Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_a0.c407 hw_atl_rdm_rx_desc_en_set(self, 1, ring->idx); in hw_atl_a0_hw_ring_rx_start()
507 hw_atl_rdm_rx_desc_en_set(self, false, aq_ring->idx); in hw_atl_a0_hw_ring_rx_init()
628 hw_atl_rdm_rx_desc_en_set(self, false, ring->idx); in hw_atl_a0_hw_ring_rx_receive()
631 hw_atl_rdm_rx_desc_en_set(self, true, ring->idx); in hw_atl_a0_hw_ring_rx_receive()
873 hw_atl_rdm_rx_desc_en_set(self, 0U, ring->idx); in hw_atl_a0_hw_ring_rx_stop()
Dhw_atl_b0.c445 hw_atl_rdm_rx_desc_en_set(self, 1, ring->idx); in hw_atl_b0_hw_ring_rx_start()
545 hw_atl_rdm_rx_desc_en_set(self, false, aq_ring->idx); in hw_atl_b0_hw_ring_rx_init()
931 hw_atl_rdm_rx_desc_en_set(self, 0U, ring->idx); in hw_atl_b0_hw_ring_rx_stop()
Dhw_atl_llh.h176 void hw_atl_rdm_rx_desc_en_set(struct aq_hw_s *aq_hw, u32 rx_desc_en,
Dhw_atl_llh.c358 void hw_atl_rdm_rx_desc_en_set(struct aq_hw_s *aq_hw, u32 rx_desc_en, in hw_atl_rdm_rx_desc_en_set() function