Skip to content

Commit

Permalink
net: hns3: remove some unused fields in struct hclge_dev
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Huazhong Tan authored and David S. Miller committed May 28, 2020
1 parent 9cee2e8 commit 7c6643c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7c6643c

Please sign in to comment.