Lines Matching defs:hinic_dev
41 struct hinic_dev { struct
42 struct net_device *netdev;
43 struct hinic_hwdev *hwdev;
45 u32 msg_enable;
46 unsigned int tx_weight;
47 unsigned int rx_weight;
49 unsigned int flags;
51 struct semaphore mgmt_lock;
52 unsigned long *vlan_bitmap;
54 struct hinic_rx_mode_work rx_mode_work;
55 struct workqueue_struct *workq;
57 struct hinic_txq *txqs;
58 struct hinic_rxq *rxqs;
60 struct hinic_txq_stats tx_stats;
61 struct hinic_rxq_stats rx_stats;