Searched defs:aq_fw_ops (Results 1 – 4 of 4) sorted by relevance
179 const struct aq_fw_ops *aq_fw_ops; member343 struct aq_fw_ops { struct344 int (*init)(struct aq_hw_s *self);346 int (*deinit)(struct aq_hw_s *self);348 int (*reset)(struct aq_hw_s *self);350 int (*renegotiate)(struct aq_hw_s *self);352 int (*get_mac_permanent)(struct aq_hw_s *self, u8 *mac);354 int (*set_link_speed)(struct aq_hw_s *self, u32 speed);356 int (*set_state)(struct aq_hw_s *self,359 int (*update_link_status)(struct aq_hw_s *self);[all …]
135 const struct aq_fw_ops *aq_fw_ops; member
112 const struct aq_fw_ops *aq_fw_ops; member210 struct aq_fw_ops { struct211 int (*init)(struct aq_hw_s *self);213 int (*deinit)(struct aq_hw_s *self);215 int (*reset)(struct aq_hw_s *self);217 int (*renegotiate)(struct aq_hw_s *self);219 int (*get_mac_permanent)(struct aq_hw_s *self, u8 *mac);221 int (*set_link_speed)(struct aq_hw_s *self, u32 speed);223 int (*set_state)(struct aq_hw_s *self,226 int (*update_link_status)(struct aq_hw_s *self);[all …]
71 const struct aq_fw_ops *aq_fw_ops; member