Home
last modified time | relevance | path

Searched refs:rx_pkt_n_frags (Results 1 – 13 of 13) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/sfc/
Drx.c204 channel->rx_pkt_n_frags = n_frags; in efx_rx_packet()
269 if (unlikely(channel->rx_pkt_n_frags > 1)) { in efx_do_xdp()
272 channel->rx_pkt_n_frags); in efx_do_xdp()
276 channel->rx_pkt_n_frags); in efx_do_xdp()
383 channel->rx_pkt_n_frags); in __efx_rx_packet()
394 efx_rx_packet_gro(channel, rx_buf, channel->rx_pkt_n_frags, eh, 0); in __efx_rx_packet()
396 efx_rx_deliver(channel, eh, rx_buf, channel->rx_pkt_n_frags); in __efx_rx_packet()
398 channel->rx_pkt_n_frags = 0; in __efx_rx_packet()
Def100_rx.c130 efx_rx_packet_gro(channel, rx_buf, channel->rx_pkt_n_frags, eh, csum); in __ef100_rx_packet()
136 channel->rx_pkt_n_frags = 0; in __ef100_rx_packet()
160 channel->rx_pkt_n_frags = 1; in ef100_rx_packet()
Defx.h43 if (channel->rx_pkt_n_frags) in efx_rx_flush_packet()
Dnet_driver.h547 unsigned int rx_pkt_n_frags; member
Defx_channels.c1135 WARN_ON(channel->rx_pkt_n_frags); in efx_start_channels()
/linux-6.1.9/drivers/net/ethernet/sfc/siena/
Drx.c204 channel->rx_pkt_n_frags = n_frags; in efx_siena_rx_packet()
269 if (unlikely(channel->rx_pkt_n_frags > 1)) { in efx_do_xdp()
272 channel->rx_pkt_n_frags); in efx_do_xdp()
276 channel->rx_pkt_n_frags); in efx_do_xdp()
383 channel->rx_pkt_n_frags); in __efx_siena_rx_packet()
395 channel->rx_pkt_n_frags, eh, 0); in __efx_siena_rx_packet()
397 efx_rx_deliver(channel, eh, rx_buf, channel->rx_pkt_n_frags); in __efx_siena_rx_packet()
399 channel->rx_pkt_n_frags = 0; in __efx_siena_rx_packet()
Defx.h35 if (channel->rx_pkt_n_frags) in efx_rx_flush_packet()
Dnet_driver.h542 unsigned int rx_pkt_n_frags; member
Defx_channels.c1139 WARN_ON(channel->rx_pkt_n_frags); in efx_siena_start_channels()
/linux-6.1.9/drivers/net/ethernet/sfc/falcon/
Drx.c613 channel->rx_pkt_n_frags = n_frags; in ef4_rx_packet()
671 channel->rx_pkt_n_frags); in __ef4_rx_packet()
679 ef4_rx_packet_gro(channel, rx_buf, channel->rx_pkt_n_frags, eh); in __ef4_rx_packet()
681 ef4_rx_deliver(channel, eh, rx_buf, channel->rx_pkt_n_frags); in __ef4_rx_packet()
683 channel->rx_pkt_n_frags = 0; in __ef4_rx_packet()
Defx.h51 if (channel->rx_pkt_n_frags) in ef4_rx_flush_packet()
Dnet_driver.h441 unsigned int rx_pkt_n_frags; member
Defx.c673 WARN_ON(channel->rx_pkt_n_frags); in ef4_start_datapath()