Searched defs:aq_hw_s (Results 1 – 1 of 1) sorted by relevance
179 struct aq_hw_s { struct180 atomic_t flags;181 u8 rbl_enabled:1;182 struct aq_nic_cfg_s *aq_nic_cfg;183 const struct aq_fw_ops *aq_fw_ops;184 void __iomem *mmio;185 struct aq_hw_link_status_s aq_link_status;186 struct hw_atl_utils_mbox mbox;187 struct hw_atl_stats_s last_stats;188 struct aq_stats_s curr_stats;[all …]