Searched refs:hw_ring_tx_head_update (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_vec.c | 51 if (self->aq_hw_ops->hw_ring_tx_head_update) { in aq_vec_poll() 52 err = self->aq_hw_ops->hw_ring_tx_head_update( in aq_vec_poll()
|
H A D | aq_hw.h | 219 int (*hw_ring_tx_head_update)(struct aq_hw_s *self, member
|
H A D | aq_ptp.c | 665 err = aq_nic->aq_hw_ops->hw_ring_tx_head_update(aq_nic->aq_hw, in aq_ptp_poll()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_vec.c | 46 if (self->aq_hw_ops->hw_ring_tx_head_update) { in aq_vec_poll() 47 err = self->aq_hw_ops->hw_ring_tx_head_update( in aq_vec_poll()
|
H A D | aq_hw.h | 219 int (*hw_ring_tx_head_update)(struct aq_hw_s *self, member
|
H A D | aq_ptp.c | 665 err = aq_nic->aq_hw_ops->hw_ring_tx_head_update(aq_nic->aq_hw, in aq_ptp_poll()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_a0.c | 961 .hw_ring_tx_head_update = hw_atl_a0_hw_ring_tx_head_update,
|
H A D | hw_atl_b0.c | 1671 .hw_ring_tx_head_update = hw_atl_b0_hw_ring_tx_head_update,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2.c | 839 .hw_ring_tx_head_update = hw_atl_b0_hw_ring_tx_head_update,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2.c | 839 .hw_ring_tx_head_update = hw_atl_b0_hw_ring_tx_head_update,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_a0.c | 961 .hw_ring_tx_head_update = hw_atl_a0_hw_ring_tx_head_update,
|
H A D | hw_atl_b0.c | 1671 .hw_ring_tx_head_update = hw_atl_b0_hw_ring_tx_head_update,
|
Completed in 16 milliseconds