Lines Matching refs:aq_hw_ops
185 if (self->aq_hw_ops->hw_set_fc) in aq_nic_update_link_status()
186 self->aq_hw_ops->hw_set_fc(self->aq_hw, fc, 0); in aq_nic_update_link_status()
199 if (self->aq_hw_ops->hw_tc_rate_limit_set) in aq_nic_update_link_status()
200 self->aq_hw_ops->hw_tc_rate_limit_set(self->aq_hw); in aq_nic_update_link_status()
222 self->aq_hw_ops->hw_irq_enable(self->aq_hw, in aq_linkstate_threaded_isr()
281 err = self->aq_hw_ops->hw_soft_reset(self->aq_hw); in aq_nic_hw_prepare()
285 err = self->aq_hw_ops->hw_prepare(self->aq_hw, &self->aq_fw_ops); in aq_nic_hw_prepare()
413 err = self->aq_hw_ops->hw_reset(self->aq_hw); in aq_nic_init()
422 err = self->aq_hw_ops->hw_init(self->aq_hw, in aq_nic_init()
449 aq_vec_init(aq_vec, self->aq_hw_ops, self->aq_hw); in aq_nic_init()
481 err = self->aq_hw_ops->hw_multicast_list_set(self->aq_hw, in aq_nic_start()
487 err = self->aq_hw_ops->hw_packet_filter_set(self->aq_hw, in aq_nic_start()
505 err = self->aq_hw_ops->hw_start(self->aq_hw); in aq_nic_start()
548 err = self->aq_hw_ops->hw_irq_enable(self->aq_hw, in aq_nic_start()
859 err = aq_nic->aq_hw_ops->hw_ring_tx_xmit(aq_nic->aq_hw, tx_ring, in aq_nic_xmit_xdpf()
902 err = self->aq_hw_ops->hw_ring_tx_xmit(self->aq_hw, in aq_nic_xmit()
914 return self->aq_hw_ops->hw_interrupt_moderation_set(self->aq_hw); in aq_nic_update_interrupt_moderation_settings()
921 err = self->aq_hw_ops->hw_packet_filter_set(self->aq_hw, flags); in aq_nic_set_packet_filter()
933 const struct aq_hw_ops *hw_ops = self->aq_hw_ops; in aq_nic_set_multicast_list()
982 return self->aq_hw_ops->hw_set_mac_address(self->aq_hw, ndev->dev_addr); in aq_nic_set_mac()
995 if (unlikely(!self->aq_hw_ops->hw_get_regs)) in aq_nic_get_regs()
1000 err = self->aq_hw_ops->hw_get_regs(self->aq_hw, in aq_nic_get_regs()
1012 if (unlikely(!self->aq_hw_ops->hw_get_regs)) in aq_nic_get_regs_count()
1030 stats = self->aq_hw_ops->hw_get_hw_stats(self->aq_hw); in aq_nic_get_stats()
1085 struct aq_stats_s *stats = self->aq_hw_ops->hw_get_hw_stats(self->aq_hw); in aq_nic_update_ndev_stats()
1344 return self->aq_hw_ops->hw_get_fw_version(self->aq_hw); in aq_nic_get_fw_version()
1351 if (!self->aq_hw_ops->hw_set_loopback || in aq_nic_set_loopback()
1356 self->aq_hw_ops->hw_set_loopback(self->aq_hw, in aq_nic_set_loopback()
1361 self->aq_hw_ops->hw_set_loopback(self->aq_hw, in aq_nic_set_loopback()
1366 self->aq_hw_ops->hw_set_loopback(self->aq_hw, in aq_nic_set_loopback()
1395 self->aq_hw_ops->hw_irq_disable(self->aq_hw, AQ_CFG_IRQ_MASK); in aq_nic_stop()
1409 return self->aq_hw_ops->hw_stop(self->aq_hw); in aq_nic_stop()