Searched refs:rx_nocopy (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/ |
H A D | 3c515.c | 88 static int rx_nocopy, rx_copy, queued_packet; variable 1375 rx_nocopy++; in boomerang_rx() 1412 pr_debug("%s: corkscrew close stats: rx_nocopy %d rx_copy %d tx_queued %d.\n", in corkscrew_close() 1413 dev->name, rx_nocopy, rx_copy, queued_packet); in corkscrew_close()
|
H A D | 3c59x.c | 616 int rx_nocopy, rx_copy, queued_packet, rx_csumhits; member 2659 vp->rx_nocopy++; in boomerang_rx() 2736 pr_debug("%s: vortex close stats: rx_nocopy %d rx_copy %d" in vortex_close() 2738 dev->name, vp->rx_nocopy, vp->rx_copy, vp->queued_packet, vp->rx_csumhits); in vortex_close()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/3com/ |
H A D | 3c515.c | 90 static int rx_nocopy, rx_copy, queued_packet; variable 1379 rx_nocopy++; in boomerang_rx() 1416 pr_debug("%s: corkscrew close stats: rx_nocopy %d rx_copy %d tx_queued %d.\n", in corkscrew_close() 1417 dev->name, rx_nocopy, rx_copy, queued_packet); in corkscrew_close()
|
H A D | 3c59x.c | 616 int rx_nocopy, rx_copy, queued_packet, rx_csumhits; member 2661 vp->rx_nocopy++; in boomerang_rx() 2738 pr_debug("%s: vortex close stats: rx_nocopy %d rx_copy %d" in vortex_close() 2740 dev->name, vp->rx_nocopy, vp->rx_copy, vp->queued_packet, vp->rx_csumhits); in vortex_close()
|
Completed in 14 milliseconds