Searched refs:rx_pkt_n_frags (Results 1 – 9 of 9) sorted by relevance
/drivers/net/ethernet/sfc/ |
D | rx.c | 207 channel->rx_pkt_n_frags = n_frags; in efx_rx_packet() 275 if (unlikely(channel->rx_pkt_n_frags > 1)) { in efx_do_xdp() 279 channel->rx_pkt_n_frags); in efx_do_xdp() 283 channel->rx_pkt_n_frags); in efx_do_xdp() 395 channel->rx_pkt_n_frags); in __efx_rx_packet() 406 efx_rx_packet_gro(channel, rx_buf, channel->rx_pkt_n_frags, eh, 0); in __efx_rx_packet() 408 efx_rx_deliver(channel, eh, rx_buf, channel->rx_pkt_n_frags); in __efx_rx_packet() 410 channel->rx_pkt_n_frags = 0; in __efx_rx_packet()
|
D | ef100_rx.c | 99 efx_rx_packet_gro(channel, rx_buf, channel->rx_pkt_n_frags, eh, csum); in __ef100_rx_packet() 102 channel->rx_pkt_n_frags = 0; in __ef100_rx_packet() 126 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 | 543 unsigned int rx_pkt_n_frags; member
|
D | efx_channels.c | 1072 WARN_ON(channel->rx_pkt_n_frags); in efx_start_channels()
|
/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 | 678 WARN_ON(channel->rx_pkt_n_frags); in ef4_start_datapath()
|