Searched defs:aq_fw_ops (Results 1 – 2 of 2) sorted by relevance
181 const struct aq_fw_ops *aq_fw_ops; member345 struct aq_fw_ops { struct346 int (*init)(struct aq_hw_s *self);348 int (*deinit)(struct aq_hw_s *self);350 int (*reset)(struct aq_hw_s *self);352 int (*renegotiate)(struct aq_hw_s *self);354 int (*get_mac_permanent)(struct aq_hw_s *self, u8 *mac);356 int (*set_link_speed)(struct aq_hw_s *self, u32 speed);358 int (*set_state)(struct aq_hw_s *self,361 int (*update_link_status)(struct aq_hw_s *self);[all …]
140 const struct aq_fw_ops *aq_fw_ops; member