Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/intel/ice/
Dice_txrx.c405 struct ice_rx_buf *rx_buf = &rx_ring->rx_buf[i]; in ice_clean_rx_ring()
658 ice_alloc_mapped_page(struct ice_rx_ring *rx_ring, struct ice_rx_buf *bi) in ice_alloc_mapped_page()
713 struct ice_rx_buf *bi; in ice_alloc_rx_bufs()
772 ice_rx_buf_adjust_pg_offset(struct ice_rx_buf *rx_buf, unsigned int size) in ice_rx_buf_adjust_pg_offset()
794 ice_can_reuse_rx_page(struct ice_rx_buf *rx_buf, int rx_buf_pgcnt) in ice_can_reuse_rx_page()
838 ice_add_rx_frag(struct ice_rx_ring *rx_ring, struct ice_rx_buf *rx_buf, in ice_add_rx_frag()
864 ice_reuse_rx_page(struct ice_rx_ring *rx_ring, struct ice_rx_buf *old_buf) in ice_reuse_rx_page()
867 struct ice_rx_buf *new_buf; in ice_reuse_rx_page()
894 static struct ice_rx_buf *
898 struct ice_rx_buf *rx_buf; in ice_get_rx_buf()
[all …]
Dice_txrx.h169 struct ice_rx_buf { struct
267 struct ice_rx_buf *rx_buf;
Dice_ethtool.c654 struct ice_rx_buf *rx_buf; in ice_lbtest_receive_frames()