Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_txrx.c394 struct ice_rx_buf *rx_buf = &rx_ring->rx_buf[i]; in ice_clean_rx_ring()
617 ice_alloc_mapped_page(struct ice_ring *rx_ring, struct ice_rx_buf *bi) in ice_alloc_mapped_page()
672 struct ice_rx_buf *bi; in ice_alloc_rx_bufs()
731 ice_rx_buf_adjust_pg_offset(struct ice_rx_buf *rx_buf, unsigned int size) in ice_rx_buf_adjust_pg_offset()
753 ice_can_reuse_rx_page(struct ice_rx_buf *rx_buf, int rx_buf_pgcnt) in ice_can_reuse_rx_page()
797 ice_add_rx_frag(struct ice_ring *rx_ring, struct ice_rx_buf *rx_buf, in ice_add_rx_frag()
823 ice_reuse_rx_page(struct ice_ring *rx_ring, struct ice_rx_buf *old_buf) in ice_reuse_rx_page()
826 struct ice_rx_buf *new_buf; in ice_reuse_rx_page()
853 static struct ice_rx_buf *
857 struct ice_rx_buf *rx_buf; in ice_get_rx_buf()
[all …]
Dice_txrx.h166 struct ice_rx_buf { struct
272 struct ice_rx_buf *rx_buf;
Dice_xsk.c367 struct ice_rx_buf *rx_buf; in ice_alloc_rx_bufs_zc()
431 ice_construct_skb_zc(struct ice_ring *rx_ring, struct ice_rx_buf *rx_buf) in ice_construct_skb_zc()
524 struct ice_rx_buf *rx_buf; in ice_clean_rx_irq_zc()
816 struct ice_rx_buf *rx_buf = &rx_ring->rx_buf[i]; in ice_xsk_clean_rx_ring()
Dice_ethtool.c642 struct ice_rx_buf *rx_buf; in ice_lbtest_receive_frames()