Lines Matching refs:aq_fw_ops

158 	int err = self->aq_fw_ops->update_link_status(self->aq_hw);  in aq_nic_update_link_status()
164 if (self->aq_fw_ops->get_flow_control) in aq_nic_update_link_status()
165 self->aq_fw_ops->get_flow_control(self->aq_hw, &fc); in aq_nic_update_link_status()
248 if (self->aq_fw_ops->update_stats) in aq_nic_service_task()
249 self->aq_fw_ops->update_stats(self->aq_hw); in aq_nic_service_task()
285 err = self->aq_hw_ops->hw_prepare(self->aq_hw, &self->aq_fw_ops); in aq_nic_hw_prepare()
320 err = self->aq_fw_ops->get_mac_permanent(self->aq_hw, addr); in aq_nic_ndev_register()
1025 if (self->aq_fw_ops->update_stats) { in aq_nic_get_stats()
1027 self->aq_fw_ops->update_stats(self->aq_hw); in aq_nic_get_stats()
1326 err = self->aq_fw_ops->set_link_speed(self->aq_hw, rate); in aq_nic_set_link_ksettings()
1352 !self->aq_fw_ops->set_phyloopback) in aq_nic_set_loopback()
1371 self->aq_fw_ops->set_phyloopback(self->aq_hw, in aq_nic_set_loopback()
1376 self->aq_fw_ops->set_phyloopback(self->aq_hw, in aq_nic_set_loopback()
1416 if (likely(self->aq_fw_ops->set_power)) { in aq_nic_set_power()
1418 self->aq_fw_ops->set_power(self->aq_hw, in aq_nic_set_power()
1444 if (likely(self->aq_fw_ops->deinit) && link_down) { in aq_nic_deinit()
1446 self->aq_fw_ops->deinit(self->aq_hw); in aq_nic_deinit()
1557 if (!self->aq_fw_ops->set_downshift) in aq_nic_set_downshift()
1567 err = self->aq_fw_ops->set_downshift(self->aq_hw, cfg->downshift_counter); in aq_nic_set_downshift()
1578 if (!self->aq_fw_ops->set_media_detect) in aq_nic_set_media_detect()
1588 err = self->aq_fw_ops->set_media_detect(self->aq_hw, !!val); in aq_nic_set_media_detect()