Searched defs:aq_hw_s (Results 1 – 1 of 1) sorted by relevance
108 struct aq_hw_s { struct109 atomic_t flags;110 u8 rbl_enabled:1;111 struct aq_nic_cfg_s *aq_nic_cfg;112 const struct aq_fw_ops *aq_fw_ops;136 int (*hw_ring_tx_xmit)(struct aq_hw_s *self, struct aq_ring_s *aq_ring, argument