Lines Matching refs:enetc_rx_swbd
476 struct enetc_rx_swbd *rx_swbd) in enetc_new_page()
501 struct enetc_rx_swbd *rx_swbd; in enetc_refill_rx_ring()
606 struct enetc_rx_swbd *old) in enetc_reuse_page()
608 struct enetc_rx_swbd *new; in enetc_reuse_page()
619 static struct enetc_rx_swbd *enetc_get_rx_buff(struct enetc_bdr *rx_ring, in enetc_get_rx_buff()
622 struct enetc_rx_swbd *rx_swbd = &rx_ring->rx_swbd[i]; in enetc_get_rx_buff()
631 struct enetc_rx_swbd *rx_swbd) in enetc_put_rx_buff()
655 struct enetc_rx_swbd *rx_swbd = enetc_get_rx_buff(rx_ring, i, size); in enetc_map_rx_buff_to_skb()
677 struct enetc_rx_swbd *rx_swbd = enetc_get_rx_buff(rx_ring, i, size); in enetc_add_rx_buff_to_skb()
912 rxr->rx_swbd = vzalloc(rxr->bd_count * sizeof(struct enetc_rx_swbd)); in enetc_alloc_rxbdr()
1000 struct enetc_rx_swbd *rx_swbd = &rx_ring->rx_swbd[i]; in enetc_free_rx_ring()