Home
last modified time | relevance | path

Searched defs:aq_fw_ops (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/
Daq_hw.h122 const struct aq_fw_ops *aq_fw_ops; member
241 struct aq_fw_ops { struct
242 int (*init)(struct aq_hw_s *self);
244 int (*deinit)(struct aq_hw_s *self);
246 int (*reset)(struct aq_hw_s *self);
248 int (*renegotiate)(struct aq_hw_s *self);
250 int (*get_mac_permanent)(struct aq_hw_s *self, u8 *mac);
252 int (*set_link_speed)(struct aq_hw_s *self, u32 speed);
254 int (*set_state)(struct aq_hw_s *self,
257 int (*update_link_status)(struct aq_hw_s *self);
[all …]
Daq_nic.h93 const struct aq_fw_ops *aq_fw_ops; member