Lines Matching refs:aq_hw

126 	int err = self->aq_fw_ops->update_link_status(self->aq_hw);  in aq_nic_update_link_status()
131 if (self->link_status.mbps != self->aq_hw->aq_link_status.mbps) { in aq_nic_update_link_status()
134 self->aq_hw->aq_link_status.mbps); in aq_nic_update_link_status()
138 self->link_status = self->aq_hw->aq_link_status; in aq_nic_update_link_status()
169 self->aq_fw_ops->update_stats(self->aq_hw); in aq_nic_service_timer_cb()
204 err = hw_atl_utils_initfw(self->aq_hw, &self->aq_fw_ops); in aq_nic_ndev_register()
208 err = self->aq_fw_ops->get_mac_permanent(self->aq_hw, in aq_nic_ndev_register()
278 err = self->aq_hw_ops->hw_reset(self->aq_hw); in aq_nic_init()
282 err = self->aq_hw_ops->hw_init(self->aq_hw, in aq_nic_init()
289 aq_vec_init(aq_vec, self->aq_hw_ops, self->aq_hw); in aq_nic_init()
303 err = self->aq_hw_ops->hw_multicast_list_set(self->aq_hw, in aq_nic_start()
309 err = self->aq_hw_ops->hw_packet_filter_set(self->aq_hw, in aq_nic_start()
321 err = self->aq_hw_ops->hw_start(self->aq_hw); in aq_nic_start()
346 err = self->aq_hw_ops->hw_irq_enable(self->aq_hw, in aq_nic_start()
531 err = self->aq_hw_ops->hw_ring_tx_xmit(self->aq_hw, in aq_nic_xmit()
547 return self->aq_hw_ops->hw_interrupt_moderation_set(self->aq_hw); in aq_nic_update_interrupt_moderation_settings()
554 err = self->aq_hw_ops->hw_packet_filter_set(self->aq_hw, flags); in aq_nic_set_packet_filter()
596 self->aq_hw_ops->hw_multicast_list_set(self->aq_hw, in aq_nic_set_multicast_list()
612 return self->aq_hw_ops->hw_set_mac_address(self->aq_hw, ndev->dev_addr); in aq_nic_set_mac()
627 err = self->aq_hw_ops->hw_get_regs(self->aq_hw, in aq_nic_get_regs()
647 struct aq_stats_s *stats = self->aq_hw_ops->hw_get_hw_stats(self->aq_hw); in aq_nic_get_stats()
691 struct aq_stats_s *stats = self->aq_hw_ops->hw_get_hw_stats(self->aq_hw); in aq_nic_update_ndev_stats()
832 err = self->aq_fw_ops->set_link_speed(self->aq_hw, rate); in aq_nic_set_link_ksettings()
851 self->aq_hw_ops->hw_get_fw_version(self->aq_hw, &fw_version); in aq_nic_get_fw_version()
866 self->aq_hw_ops->hw_irq_disable(self->aq_hw, AQ_CFG_IRQ_MASK); in aq_nic_stop()
877 return self->aq_hw_ops->hw_stop(self->aq_hw); in aq_nic_stop()
893 (void)self->aq_fw_ops->deinit(self->aq_hw); in aq_nic_deinit()
895 (void)self->aq_hw_ops->hw_set_power(self->aq_hw, in aq_nic_deinit()