Lines Matching refs:enetc_rx_swbd
449 struct enetc_rx_swbd *old) in enetc_reuse_page()
451 struct enetc_rx_swbd *new; in enetc_reuse_page()
491 struct enetc_rx_swbd rx_swbd = { in enetc_recycle_xdp_tx_buff()
624 struct enetc_rx_swbd *rx_swbd) in enetc_new_page()
653 struct enetc_rx_swbd *rx_swbd; in enetc_refill_rx_ring()
765 static struct enetc_rx_swbd *enetc_get_rx_buff(struct enetc_bdr *rx_ring, in enetc_get_rx_buff()
768 struct enetc_rx_swbd *rx_swbd = &rx_ring->rx_swbd[i]; in enetc_get_rx_buff()
778 struct enetc_rx_swbd *rx_swbd) in enetc_put_rx_buff()
793 struct enetc_rx_swbd *rx_swbd) in enetc_flip_rx_buff()
810 struct enetc_rx_swbd *rx_swbd = enetc_get_rx_buff(rx_ring, i, size); in enetc_map_rx_buff_to_skb()
832 struct enetc_rx_swbd *rx_swbd = enetc_get_rx_buff(rx_ring, i, size); in enetc_add_rx_buff_to_skb()
1122 struct enetc_rx_swbd *rx_swbd = enetc_get_rx_buff(rx_ring, i, size); in enetc_map_rx_buff_to_xdp()
1140 struct enetc_rx_swbd *rx_swbd = enetc_get_rx_buff(rx_ring, i, size); in enetc_add_rx_buff_to_xdp()
1192 struct enetc_rx_swbd *rx_swbd = &rx_ring->rx_swbd[rx_ring_first]; in enetc_rx_swbd_to_xdp_tx_swbd()
1227 struct enetc_rx_swbd *rx_swbd = &rx_ring->rx_swbd[rx_ring_first]; in enetc_xdp_free()
1556 rxr->rx_swbd = vzalloc(rxr->bd_count * sizeof(struct enetc_rx_swbd)); in enetc_alloc_rxbdr()
1644 struct enetc_rx_swbd *rx_swbd = &rx_ring->rx_swbd[i]; in enetc_free_rx_ring()