Searched refs:aq_hw_ops (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_vec.c | 22 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 …]
|
D | aq_vec.h | 21 struct aq_hw_ops; 31 int aq_vec_init(struct aq_vec_s *self, const struct aq_hw_ops *aq_hw_ops,
|
D | aq_nic.c | 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() [all …]
|
D | aq_nic.h | 20 struct aq_hw_ops; 70 const struct aq_hw_ops *aq_hw_ops; member
|
D | aq_pci_func.h | 21 const struct aq_hw_ops *ops;
|
D | aq_pci_func.c | 84 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()
|
D | aq_hw.h | 134 struct aq_hw_ops { struct
|
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
D | hw_atl_a0.h | 24 extern const struct aq_hw_ops hw_atl_ops_a0;
|
D | hw_atl_b0.h | 38 extern const struct aq_hw_ops hw_atl_ops_b0;
|
D | hw_atl_b0.c | 935 const struct aq_hw_ops hw_atl_ops_b0 = {
|
D | hw_atl_a0.c | 877 const struct aq_hw_ops hw_atl_ops_a0 = {
|