Searched refs:aq_fw_ops (Results 1 – 6 of 6) sorted by relevance
426 if (hw->aq_fw_ops->get_mac_permanent(hw, in eth_atl_dev_init()562 err = hw->aq_fw_ops->update_link_status(hw); in atl_dev_start()685 return hw->aq_fw_ops->set_link_speed(hw, 0); in atl_dev_set_link_down()744 hw->aq_fw_ops->send_macsec_req == NULL) in atl_dev_configure_macsec()944 hw->aq_fw_ops->update_stats(hw); in atl_dev_stats_get()974 hw->aq_fw_ops->update_stats(hw); in atl_dev_stats_reset()1214 if (hw->aq_fw_ops->get_flow_control) { in atl_dev_link_update()1215 hw->aq_fw_ops->get_flow_control(hw, &fc); in atl_dev_link_update()1457 if (hw->aq_fw_ops->get_eeprom == NULL) in atl_dev_get_eeprom()1480 if (hw->aq_fw_ops->set_eeprom == NULL) in atl_dev_set_eeprom()[all …]
124 const struct aq_fw_ops *aq_fw_ops; member147 struct aq_fw_ops { struct
24 self->aq_fw_ops->set_state(self, MPI_RESET); in hw_atl_b0_hw_reset()347 self->aq_fw_ops->set_link_speed(self, aq_nic_cfg->link_speed_msk); in hw_atl_b0_hw_init()348 self->aq_fw_ops->set_state(self, MPI_INIT); in hw_atl_b0_hw_init()367 self->aq_fw_ops->update_stats(self); in hw_atl_b0_hw_init()
599 struct aq_fw_ops;602 int hw_atl_utils_initfw(struct aq_hw_s *self, const struct aq_fw_ops **fw_ops);651 extern const struct aq_fw_ops aq_fw_1x_ops;652 extern const struct aq_fw_ops aq_fw_2x_ops;
56 int hw_atl_utils_initfw(struct aq_hw_s *self, const struct aq_fw_ops **fw_ops) in hw_atl_utils_initfw()83 self->aq_fw_ops = *fw_ops; in hw_atl_utils_initfw()84 err = self->aq_fw_ops->init(self); in hw_atl_utils_initfw()926 const struct aq_fw_ops aq_fw_1x_ops = {
750 const struct aq_fw_ops aq_fw_2x_ops = {