Searched refs:rx_pkt_n_frags (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/sfc/falcon/ |
| D | rx.c | 606 channel->rx_pkt_n_frags = n_frags; in ef4_rx_packet() 664 channel->rx_pkt_n_frags); in __ef4_rx_packet() 672 ef4_rx_packet_gro(channel, rx_buf, channel->rx_pkt_n_frags, eh); in __ef4_rx_packet() 674 ef4_rx_deliver(channel, eh, rx_buf, channel->rx_pkt_n_frags); in __ef4_rx_packet() 676 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()
|
| /Linux-v5.4/drivers/net/ethernet/sfc/ |
| D | rx.c | 595 channel->rx_pkt_n_frags = n_frags; in efx_rx_packet() 662 channel->rx_pkt_n_frags); in __efx_rx_packet() 670 efx_rx_packet_gro(channel, rx_buf, channel->rx_pkt_n_frags, eh); in __efx_rx_packet() 672 efx_rx_deliver(channel, eh, rx_buf, channel->rx_pkt_n_frags); in __efx_rx_packet() 674 channel->rx_pkt_n_frags = 0; in __efx_rx_packet()
|
| D | efx.h | 48 if (channel->rx_pkt_n_frags) in efx_rx_flush_packet()
|
| D | net_driver.h | 498 unsigned int rx_pkt_n_frags; member
|
| D | efx.c | 723 WARN_ON(channel->rx_pkt_n_frags); in efx_start_datapath()
|