Home
last modified time | relevance | path

Searched refs:hw_ring_tx_head_update (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/
Daq_vec.c50 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()
Daq_hw.h145 int (*hw_ring_tx_head_update)(struct aq_hw_s *self, member
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.c948 .hw_ring_tx_head_update = hw_atl_b0_hw_ring_tx_head_update,
Dhw_atl_a0.c890 .hw_ring_tx_head_update = hw_atl_a0_hw_ring_tx_head_update,