Searched refs:n_frags (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/sfc/ |
| D | rx.c | 69 unsigned int n_frags, in efx_rx_mk_skb() argument 102 if (skb_shinfo(skb)->nr_frags == n_frags) in efx_rx_mk_skb() 110 n_frags = 0; in efx_rx_mk_skb() 122 unsigned int n_frags, unsigned int len, u16 flags) in efx_rx_packet() argument 134 if (n_frags == 1) { in efx_rx_packet() 137 } else if (unlikely(n_frags > EFX_RX_MAX_FRAGS) || in efx_rx_packet() 138 unlikely(len <= (n_frags - 1) * efx->rx_dma_len) || in efx_rx_packet() 139 unlikely(len > n_frags * efx->rx_dma_len) || in efx_rx_packet() 151 (index + n_frags - 1) & rx_queue->ptr_mask, len, in efx_rx_packet() 160 efx_discard_rx_packet(channel, rx_buf, n_frags); in efx_rx_packet() [all …]
|
| D | rx_common.h | 44 unsigned int n_frags); 47 unsigned int n_frags); 79 unsigned int n_frags, u8 *eh, __wsum csum);
|
| D | rx_common.c | 113 unsigned int n_frags) in efx_recycle_rx_pages() argument 120 } while (--n_frags); in efx_recycle_rx_pages() 125 unsigned int n_frags) in efx_discard_rx_packet() argument 129 efx_recycle_rx_pages(channel, rx_buf, n_frags); in efx_discard_rx_packet() 131 efx_free_rx_buffers(rx_queue, rx_buf, n_frags); in efx_discard_rx_packet() 513 unsigned int n_frags, u8 *eh, __wsum csum) in efx_rx_packet_gro() argument 524 efx_free_rx_buffers(rx_queue, rx_buf, n_frags); in efx_rx_packet_gro() 547 if (skb_shinfo(skb)->nr_frags == n_frags) in efx_rx_packet_gro() 554 skb->truesize += n_frags * efx->rx_buffer_truesize; in efx_rx_packet_gro()
|
| D | efx.h | 40 unsigned int n_frags, unsigned int len, u16 flags);
|
| /Linux-v5.15/drivers/net/ethernet/sfc/falcon/ |
| D | rx.c | 292 unsigned int n_frags) in ef4_recycle_rx_pages() argument 299 } while (--n_frags); in ef4_recycle_rx_pages() 304 unsigned int n_frags) in ef4_discard_rx_packet() argument 308 ef4_recycle_rx_pages(channel, rx_buf, n_frags); in ef4_discard_rx_packet() 310 ef4_free_rx_buffers(rx_queue, rx_buf, n_frags); in ef4_discard_rx_packet() 426 unsigned int n_frags, u8 *eh) in ef4_rx_packet_gro() argument 437 ef4_free_rx_buffers(rx_queue, rx_buf, n_frags); in ef4_rx_packet_gro() 453 if (skb_shinfo(skb)->nr_frags == n_frags) in ef4_rx_packet_gro() 460 skb->truesize += n_frags * efx->rx_buffer_truesize; in ef4_rx_packet_gro() 470 unsigned int n_frags, in ef4_rx_mk_skb() argument [all …]
|
| D | efx.h | 48 unsigned int n_frags, unsigned int len, u16 flags);
|
| /Linux-v5.15/drivers/net/ethernet/sun/ |
| D | niu.c | 6530 u64 n_frags) in niu_set_txd() argument 6535 (n_frags << TX_DESC_NUM_PTR_SHIFT) | in niu_set_txd()
|