Lines Matching defs:hinic_dev
79 struct hinic_dev { struct
80 struct net_device *netdev;
81 struct hinic_hwdev *hwdev;
83 u32 msg_enable;
84 unsigned int tx_weight;
85 unsigned int rx_weight;
86 u16 num_qps;
87 u16 max_qps;
89 unsigned int flags;
91 struct semaphore mgmt_lock;
92 unsigned long *vlan_bitmap;
94 struct hinic_rx_mode_work rx_mode_work;
95 struct workqueue_struct *workq;
97 struct hinic_txq *txqs;
98 struct hinic_rxq *rxqs;
99 u16 sq_depth;
100 u16 rq_depth;
102 u8 rss_tmpl_idx;
126 struct hinic_devlink_priv { argument