Searched refs:rx_pkt_n_frags (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/sfc/ |
D | rx.c | 204 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()
|
D | ef100_rx.c | 130 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()
|
D | efx.h | 43 if (channel->rx_pkt_n_frags) in efx_rx_flush_packet()
|
D | net_driver.h | 547 unsigned int rx_pkt_n_frags; member
|
D | efx_channels.c | 1135 WARN_ON(channel->rx_pkt_n_frags); in efx_start_channels()
|
/linux-6.1.9/drivers/net/ethernet/sfc/siena/ |
D | rx.c | 204 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()
|
D | efx.h | 35 if (channel->rx_pkt_n_frags) in efx_rx_flush_packet()
|
D | net_driver.h | 542 unsigned int rx_pkt_n_frags; member
|
D | efx_channels.c | 1139 WARN_ON(channel->rx_pkt_n_frags); in efx_siena_start_channels()
|
/linux-6.1.9/drivers/net/ethernet/sfc/falcon/ |
D | rx.c | 613 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()
|
D | efx.h | 51 if (channel->rx_pkt_n_frags) in ef4_rx_flush_packet()
|
D | net_driver.h | 441 unsigned int rx_pkt_n_frags; member
|
D | efx.c | 673 WARN_ON(channel->rx_pkt_n_frags); in ef4_start_datapath()
|