Home
last modified time | relevance | path

Searched refs:aq_hw_ops (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/
Daq_vec.c22 const struct aq_hw_ops *aq_hw_ops; member
50 if (self->aq_hw_ops->hw_ring_tx_head_update) { in aq_vec_poll()
51 err = self->aq_hw_ops->hw_ring_tx_head_update( in aq_vec_poll()
64 err = self->aq_hw_ops->hw_ring_rx_receive(self->aq_hw, in aq_vec_poll()
84 err = self->aq_hw_ops->hw_ring_rx_fill( in aq_vec_poll()
97 self->aq_hw_ops->hw_irq_enable(self->aq_hw, in aq_vec_poll()
167 int aq_vec_init(struct aq_vec_s *self, const struct aq_hw_ops *aq_hw_ops, in aq_vec_init() argument
174 self->aq_hw_ops = aq_hw_ops; in aq_vec_init()
183 err = self->aq_hw_ops->hw_ring_tx_init(self->aq_hw, in aq_vec_init()
193 err = self->aq_hw_ops->hw_ring_rx_init(self->aq_hw, in aq_vec_init()
[all …]
Daq_vec.h21 struct aq_hw_ops;
31 int aq_vec_init(struct aq_vec_s *self, const struct aq_hw_ops *aq_hw_ops,
Daq_nic.c278 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()
[all …]
Daq_nic.h20 struct aq_hw_ops;
70 const struct aq_hw_ops *aq_hw_ops; member
Daq_pci_func.h21 const struct aq_hw_ops *ops;
Daq_pci_func.c84 const struct aq_hw_ops **ops, in aq_pci_probe_get_hw_by_id()
223 err = aq_pci_probe_get_hw_by_id(pdev, &self->aq_hw_ops, in aq_pci_probe()
Daq_hw.h134 struct aq_hw_ops { struct
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_a0.h24 extern const struct aq_hw_ops hw_atl_ops_a0;
Dhw_atl_b0.h38 extern const struct aq_hw_ops hw_atl_ops_b0;
Dhw_atl_b0.c935 const struct aq_hw_ops hw_atl_ops_b0 = {
Dhw_atl_a0.c877 const struct aq_hw_ops hw_atl_ops_a0 = {