Searched refs:rx_copy (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/xen-netback/ |
D | xenbus.c | 954 unsigned int rx_copy; in read_xenbus_vif_flags() local 958 &rx_copy); in read_xenbus_vif_flags() 961 rx_copy = 0; in read_xenbus_vif_flags() 968 if (!rx_copy) in read_xenbus_vif_flags()
|
/linux-4.4.14/drivers/net/ethernet/3com/ |
D | 3c515.c | 94 static int rx_nocopy, rx_copy, queued_packet; variable 1376 rx_copy++; in boomerang_rx() 1427 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 2638 vp->rx_copy++; in boomerang_rx() 2765 dev->name, vp->rx_nocopy, vp->rx_copy, vp->queued_packet, vp->rx_csumhits); in vortex_close()
|