mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
net: hns3: remove some unused fields in struct hclge_dev
Remove some fields in struct hclge_dev which have not been used. Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
9cee2e8d30
commit
7c6643cac0
1 changed files with 0 additions and 6 deletions
|
@ -771,12 +771,6 @@ struct hclge_dev {
|
|||
u16 num_roce_msi; /* Num of roce vectors for this PF */
|
||||
int roce_base_vector;
|
||||
|
||||
u16 pending_udp_bitmap;
|
||||
|
||||
u16 rx_itr_default;
|
||||
u16 tx_itr_default;
|
||||
|
||||
u16 adminq_work_limit; /* Num of admin receive queue desc to process */
|
||||
unsigned long service_timer_period;
|
||||
unsigned long service_timer_previous;
|
||||
struct timer_list reset_timer;
|
||||
|
|
Loading…
Add table
Reference in a new issue