Home
last modified time | relevance | path

Searched refs:n_frags (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/sfc/falcon/
Drx.c291 unsigned int n_frags) in ef4_recycle_rx_pages() argument
298 } while (--n_frags); in ef4_recycle_rx_pages()
303 unsigned int n_frags) in ef4_discard_rx_packet() argument
307 ef4_recycle_rx_pages(channel, rx_buf, n_frags); in ef4_discard_rx_packet()
309 ef4_free_rx_buffers(rx_queue, rx_buf, n_frags); in ef4_discard_rx_packet()
424 unsigned int n_frags, u8 *eh) in ef4_rx_packet_gro() argument
435 ef4_free_rx_buffers(rx_queue, rx_buf, n_frags); in ef4_rx_packet_gro()
451 if (skb_shinfo(skb)->nr_frags == n_frags) in ef4_rx_packet_gro()
458 skb->truesize += n_frags * efx->rx_buffer_truesize; in ef4_rx_packet_gro()
468 unsigned int n_frags, in ef4_rx_mk_skb() argument
[all …]
Defx.h48 unsigned int n_frags, unsigned int len, u16 flags);
/Linux-v5.4/drivers/net/ethernet/sfc/
Drx.c291 unsigned int n_frags) in efx_recycle_rx_pages() argument
298 } while (--n_frags); in efx_recycle_rx_pages()
303 unsigned int n_frags) in efx_discard_rx_packet() argument
307 efx_recycle_rx_pages(channel, rx_buf, n_frags); in efx_discard_rx_packet()
309 efx_free_rx_buffers(rx_queue, rx_buf, n_frags); in efx_discard_rx_packet()
412 unsigned int n_frags, u8 *eh) in efx_rx_packet_gro() argument
423 efx_free_rx_buffers(rx_queue, rx_buf, n_frags); in efx_rx_packet_gro()
440 if (skb_shinfo(skb)->nr_frags == n_frags) in efx_rx_packet_gro()
447 skb->truesize += n_frags * efx->rx_buffer_truesize; in efx_rx_packet_gro()
457 unsigned int n_frags, in efx_rx_mk_skb() argument
[all …]
Defx.h45 unsigned int n_frags, unsigned int len, u16 flags);
/Linux-v5.4/drivers/net/ethernet/sun/
Dniu.c6532 u64 n_frags) in niu_set_txd() argument
6537 (n_frags << TX_DESC_NUM_PTR_SHIFT) | in niu_set_txd()