Lines Matching defs:hinic_dev
75 struct hinic_dev { struct
76 struct net_device *netdev;
77 struct hinic_hwdev *hwdev;
79 u32 msg_enable;
80 unsigned int tx_weight;
81 unsigned int rx_weight;
82 u16 num_qps;
83 u16 max_qps;
85 unsigned int flags;
87 struct semaphore mgmt_lock;
88 unsigned long *vlan_bitmap;
90 struct hinic_rx_mode_work rx_mode_work;
91 struct workqueue_struct *workq;
93 struct hinic_txq *txqs;
94 struct hinic_rxq *rxqs;
95 u16 sq_depth;
96 u16 rq_depth;
98 u8 rss_tmpl_idx;
122 struct hinic_devlink_priv { argument