Lines Matching defs:aq_nic_s
127 struct aq_nic_s { struct
128 atomic_t flags;
129 u32 msg_enable;
130 struct aq_vec_s *aq_vec[AQ_CFG_VECS_MAX];
131 struct aq_ring_s *aq_ring_tx[AQ_HW_QUEUES_MAX];
132 struct aq_hw_s *aq_hw;
133 struct bpf_prog *xdp_prog;
134 struct net_device *ndev;
135 unsigned int aq_vecs;
136 unsigned int packet_filter;
137 unsigned int power_state;
138 u8 port;
139 const struct aq_hw_ops *aq_hw_ops;
140 const struct aq_fw_ops *aq_fw_ops;
141 struct aq_nic_cfg_s aq_nic_cfg;
142 struct timer_list service_timer;
143 struct work_struct service_task;
144 struct timer_list polling_timer;
168 static inline struct device *aq_nic_get_dev(struct aq_nic_s *self) in aq_nic_get_dev() argument