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()
283 err = self->aq_hw_ops->hw_soft_reset(self->aq_hw); in aq_nic_hw_prepare()
287 err = self->aq_hw_ops->hw_prepare(self->aq_hw, &self->aq_fw_ops); in aq_nic_hw_prepare()
404 err = self->aq_hw_ops->hw_reset(self->aq_hw); in aq_nic_init()
413 err = self->aq_hw_ops->hw_init(self->aq_hw, in aq_nic_init()
440 aq_vec_init(aq_vec, self->aq_hw_ops, self->aq_hw); in aq_nic_init()
472 err = self->aq_hw_ops->hw_multicast_list_set(self->aq_hw, in aq_nic_start()
478 err = self->aq_hw_ops->hw_packet_filter_set(self->aq_hw, in aq_nic_start()
496 err = self->aq_hw_ops->hw_start(self->aq_hw); in aq_nic_start()
539 err = self->aq_hw_ops->hw_irq_enable(self->aq_hw, in aq_nic_start()
757 err = self->aq_hw_ops->hw_ring_tx_xmit(self->aq_hw, in aq_nic_xmit()
769 return self->aq_hw_ops->hw_interrupt_moderation_set(self->aq_hw); in aq_nic_update_interrupt_moderation_settings()
776 err = self->aq_hw_ops->hw_packet_filter_set(self->aq_hw, flags); in aq_nic_set_packet_filter()
788 const struct aq_hw_ops *hw_ops = self->aq_hw_ops; in aq_nic_set_multicast_list()
837 return self->aq_hw_ops->hw_set_mac_address(self->aq_hw, ndev->dev_addr); in aq_nic_set_mac()
850 if (unlikely(!self->aq_hw_ops->hw_get_regs)) in aq_nic_get_regs()
855 err = self->aq_hw_ops->hw_get_regs(self->aq_hw, in aq_nic_get_regs()
867 if (unlikely(!self->aq_hw_ops->hw_get_regs)) in aq_nic_get_regs_count()
886 stats = self->aq_hw_ops->hw_get_hw_stats(self->aq_hw); in aq_nic_get_stats()
935 struct aq_stats_s *stats = self->aq_hw_ops->hw_get_hw_stats(self->aq_hw); in aq_nic_update_ndev_stats()
1194 return self->aq_hw_ops->hw_get_fw_version(self->aq_hw); in aq_nic_get_fw_version()
1201 if (!self->aq_hw_ops->hw_set_loopback || in aq_nic_set_loopback()
1206 self->aq_hw_ops->hw_set_loopback(self->aq_hw, in aq_nic_set_loopback()
1211 self->aq_hw_ops->hw_set_loopback(self->aq_hw, in aq_nic_set_loopback()
1216 self->aq_hw_ops->hw_set_loopback(self->aq_hw, in aq_nic_set_loopback()
1246 self->aq_hw_ops->hw_irq_disable(self->aq_hw, AQ_CFG_IRQ_MASK); in aq_nic_stop()
1261 return self->aq_hw_ops->hw_stop(self->aq_hw); in aq_nic_stop()