Home
last modified time | relevance | path

Searched refs:hw_atl_b0_hw_ring_rx_init (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.h43 int hw_atl_b0_hw_ring_rx_init(struct aq_hw_s *self, struct aq_ring_s *aq_ring,
H A Dhw_atl_b0.c749 int hw_atl_b0_hw_ring_rx_init(struct aq_hw_s *self, struct aq_ring_s *aq_ring, in hw_atl_b0_hw_ring_rx_init() function
1680 .hw_ring_rx_init = hw_atl_b0_hw_ring_rx_init,
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c603 return hw_atl_b0_hw_ring_rx_init(self, aq_ring, aq_ring_param); in hw_atl2_hw_ring_rx_init()