Lines Matching defs:aq_hw_s
177 struct aq_hw_s { struct
178 atomic_t flags;
179 u8 rbl_enabled:1;
180 struct aq_nic_cfg_s *aq_nic_cfg;
181 const struct aq_fw_ops *aq_fw_ops;
182 void __iomem *mmio;
183 struct aq_hw_link_status_s aq_link_status;
184 struct hw_atl_utils_mbox mbox;
185 struct hw_atl_stats_s last_stats;
186 struct aq_stats_s curr_stats;
210 int (*hw_ring_tx_xmit)(struct aq_hw_s *self, struct aq_ring_s *aq_ring, argument