Searched refs:n_frags (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/ethernet/sfc/ |
| A 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() 134 if (n_frags == 1) { in efx_rx_packet() 139 unlikely(len > n_frags * efx->rx_dma_len) || in efx_rx_packet() 180 if (n_frags > 1) { in efx_rx_packet() 184 unsigned int tail_frags = n_frags - 1; in efx_rx_packet() 198 efx_recycle_rx_pages(channel, rx_buf, n_frags); in efx_rx_packet() 204 channel->rx_pkt_n_frags = n_frags; in efx_rx_packet() 210 unsigned int n_frags) in efx_rx_deliver() argument [all …]
|
| A D | rx_common.h | 44 unsigned int n_frags); 47 unsigned int n_frags); 79 unsigned int n_frags, u8 *eh, __wsum csum);
|
| A D | rx_common.c | 115 unsigned int n_frags) in efx_recycle_rx_pages() argument 125 } while (--n_frags); in efx_recycle_rx_pages() 130 unsigned int n_frags) in efx_discard_rx_packet() argument 134 efx_recycle_rx_pages(channel, rx_buf, n_frags); in efx_discard_rx_packet() 136 efx_free_rx_buffers(rx_queue, rx_buf, n_frags); in efx_discard_rx_packet() 521 unsigned int n_frags, u8 *eh, __wsum csum) in efx_rx_packet_gro() argument 532 efx_free_rx_buffers(rx_queue, rx_buf, n_frags); in efx_rx_packet_gro() 555 if (skb_shinfo(skb)->nr_frags == n_frags) in efx_rx_packet_gro() 562 skb->truesize += n_frags * efx->rx_buffer_truesize; in efx_rx_packet_gro()
|
| A D | efx.h | 40 unsigned int n_frags, unsigned int len, u16 flags);
|
| /linux/drivers/net/ethernet/sfc/falcon/ |
| A D | rx.c | 294 unsigned int n_frags) in ef4_recycle_rx_pages() argument 304 } while (--n_frags); in ef4_recycle_rx_pages() 309 unsigned int n_frags) in ef4_discard_rx_packet() argument 431 unsigned int n_frags, u8 *eh) in ef4_rx_packet_gro() argument 475 unsigned int n_frags, in ef4_rx_mk_skb() argument 517 n_frags = 0; in ef4_rx_mk_skb() 543 if (n_frags == 1) { in ef4_rx_packet() 589 if (n_frags > 1) { in ef4_rx_packet() 593 unsigned int tail_frags = n_frags - 1; in ef4_rx_packet() 613 channel->rx_pkt_n_frags = n_frags; in ef4_rx_packet() [all …]
|
| A D | efx.h | 48 unsigned int n_frags, unsigned int len, u16 flags);
|
| /linux/net/mctp/test/ |
| A D | route-test.c | 126 unsigned int n_frags; member 163 KUNIT_EXPECT_EQ(test, n, params->n_frags); in mctp_test_fragment() 216 {.mtu = 68, .msgsize = 63, .n_frags = 1}, 217 {.mtu = 68, .msgsize = 64, .n_frags = 1}, 218 {.mtu = 68, .msgsize = 65, .n_frags = 2}, 219 {.mtu = 68, .msgsize = 66, .n_frags = 2}, 220 {.mtu = 68, .msgsize = 127, .n_frags = 2}, 221 {.mtu = 68, .msgsize = 128, .n_frags = 2}, 222 {.mtu = 68, .msgsize = 129, .n_frags = 3}, 223 {.mtu = 68, .msgsize = 130, .n_frags = 3}, [all …]
|
| /linux/drivers/net/ethernet/google/gve/ |
| A D | gve_rx.c | 416 u16 n_frags = 0; in gve_rx_ctx_init() local 427 n_frags++; in gve_rx_ctx_init() 458 ctx->expected_frag_cnt = n_frags; in gve_rx_ctx_init()
|
| /linux/drivers/net/ethernet/sun/ |
| A D | niu.c | 6530 u64 n_frags) in niu_set_txd() argument 6535 (n_frags << TX_DESC_NUM_PTR_SHIFT) | in niu_set_txd()
|
Completed in 32 milliseconds