Searched refs:rx_copy (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/net/xen-netback/ |
D | xenbus.c | 396 unsigned int evtchn, rx_copy; in connect_rings() local 412 &rx_copy); in connect_rings() 415 rx_copy = 0; in connect_rings() 422 if (!rx_copy) in connect_rings()
|
/linux-2.6.39/drivers/net/ |
D | 3c515.c | 94 static int rx_nocopy, rx_copy, queued_packet; variable 1377 rx_copy++; in boomerang_rx() 1432 dev->name, rx_nocopy, rx_copy, queued_packet); in corkscrew_close()
|
D | 3c59x.c | 616 int rx_nocopy, rx_copy, queued_packet, rx_csumhits; member 2589 vp->rx_copy++; in boomerang_rx() 2714 dev->name, vp->rx_nocopy, vp->rx_copy, vp->queued_packet, vp->rx_csumhits); in vortex_close()
|