Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/sfc/
Defx.c2121 int old_rx_packets, rx_packets; in efx_busy_poll() local
2129 old_rx_packets = channel->rx_queue.rx_packets; in efx_busy_poll()
2132 rx_packets = channel->rx_queue.rx_packets - old_rx_packets; in efx_busy_poll()