Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_txrx.c385 struct ice_rx_buf *rx_buf = &rx_ring->rx_buf[i]; in ice_clean_rx_ring()
628 ice_alloc_mapped_page(struct ice_ring *rx_ring, struct ice_rx_buf *bi) in ice_alloc_mapped_page()
683 struct ice_rx_buf *bi; in ice_alloc_rx_bufs()
751 ice_rx_buf_adjust_pg_offset(struct ice_rx_buf *rx_buf, unsigned int size) in ice_rx_buf_adjust_pg_offset()
773 ice_can_reuse_rx_page(struct ice_rx_buf *rx_buf, int rx_buf_pgcnt) in ice_can_reuse_rx_page()
817 ice_add_rx_frag(struct ice_ring *rx_ring, struct ice_rx_buf *rx_buf, in ice_add_rx_frag()
843 ice_reuse_rx_page(struct ice_ring *rx_ring, struct ice_rx_buf *old_buf) in ice_reuse_rx_page()
846 struct ice_rx_buf *new_buf; in ice_reuse_rx_page()
874 static struct ice_rx_buf *
878 struct ice_rx_buf *rx_buf; in ice_get_rx_buf()
[all …]
Dice_txrx.h165 struct ice_rx_buf { struct
272 struct ice_rx_buf *rx_buf;
Dice_xsk.c417 struct ice_rx_buf *rx_buf; in ice_alloc_rx_bufs_zc()
478 ice_construct_skb_zc(struct ice_ring *rx_ring, struct ice_rx_buf *rx_buf) in ice_construct_skb_zc()
567 struct ice_rx_buf *rx_buf; in ice_clean_rx_irq_zc()
865 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()