Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Drx.c294 unsigned int n_frags) in ef4_recycle_rx_pages() argument
301 } while (--n_frags); in ef4_recycle_rx_pages()
306 unsigned int n_frags) in ef4_discard_rx_packet() argument
310 ef4_recycle_rx_pages(channel, rx_buf, n_frags); in ef4_discard_rx_packet()
312 ef4_free_rx_buffers(rx_queue, rx_buf, n_frags); in ef4_discard_rx_packet()
427 unsigned int n_frags, u8 *eh) in ef4_rx_packet_gro() argument
439 ef4_free_rx_buffers(rx_queue, rx_buf, n_frags); in ef4_rx_packet_gro()
455 if (skb_shinfo(skb)->nr_frags == n_frags) in ef4_rx_packet_gro()
462 skb->truesize += n_frags * efx->rx_buffer_truesize; in ef4_rx_packet_gro()
474 unsigned int n_frags, in ef4_rx_mk_skb() argument
[all …]
Defx.h51 unsigned int n_frags, unsigned int len, u16 flags);
/Linux-v4.19/drivers/net/ethernet/sfc/
Drx.c294 unsigned int n_frags) in efx_recycle_rx_pages() argument
301 } while (--n_frags); in efx_recycle_rx_pages()
306 unsigned int n_frags) in efx_discard_rx_packet() argument
310 efx_recycle_rx_pages(channel, rx_buf, n_frags); in efx_discard_rx_packet()
312 efx_free_rx_buffers(rx_queue, rx_buf, n_frags); in efx_discard_rx_packet()
416 unsigned int n_frags, u8 *eh) in efx_rx_packet_gro() argument
428 efx_free_rx_buffers(rx_queue, rx_buf, n_frags); in efx_rx_packet_gro()
445 if (skb_shinfo(skb)->nr_frags == n_frags) in efx_rx_packet_gro()
452 skb->truesize += n_frags * efx->rx_buffer_truesize; in efx_rx_packet_gro()
464 unsigned int n_frags, in efx_rx_mk_skb() argument
[all …]
Defx.h48 unsigned int n_frags, unsigned int len, u16 flags);
/Linux-v4.19/drivers/net/ethernet/sun/
Dniu.c6534 u64 n_frags) in niu_set_txd() argument
6539 (n_frags << TX_DESC_NUM_PTR_SHIFT) | in niu_set_txd()