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