Searched defs:aq_hw_s (Results 1 – 1 of 1) sorted by relevance
117 struct aq_hw_s { struct118 u16 device_id;119 u16 vendor_id;120 bool adapter_stopped;122 u8 rbl_enabled:1;123 struct aq_hw_cfg_s *aq_nic_cfg;124 const struct aq_fw_ops *aq_fw_ops;148 int (*init)(struct aq_hw_s *self); argument