Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/xen-netback/
Drx.c164 gnttab_batch_copy(queue->rx_copy.op, queue->rx_copy.num); in xenvif_rx_copy_flush()
166 for (i = 0; i < queue->rx_copy.num; i++) { in xenvif_rx_copy_flush()
169 op = &queue->rx_copy.op[i]; in xenvif_rx_copy_flush()
178 queue->rx_copy.idx[i]); in xenvif_rx_copy_flush()
183 queue->rx_copy.num = 0; in xenvif_rx_copy_flush()
190 __skb_queue_purge(queue->rx_copy.completed); in xenvif_rx_copy_flush()
201 if (queue->rx_copy.num == COPY_BATCH_SIZE) in xenvif_rx_copy_add()
204 op = &queue->rx_copy.op[queue->rx_copy.num]; in xenvif_rx_copy_add()
226 queue->rx_copy.idx[queue->rx_copy.num] = queue->rx.req_cons; in xenvif_rx_copy_add()
227 queue->rx_copy.num++; in xenvif_rx_copy_add()
[all …]
Dxenbus.c933 unsigned int rx_copy; in read_xenbus_vif_flags() local
937 &rx_copy); in read_xenbus_vif_flags()
940 rx_copy = 0; in read_xenbus_vif_flags()
947 if (!rx_copy) in read_xenbus_vif_flags()
Dcommon.h206 struct xenvif_copy_state rx_copy; member
/Linux-v6.6/drivers/net/ethernet/3com/
D3c515.c90 static int rx_nocopy, rx_copy, queued_packet; variable
1366 rx_copy++; in boomerang_rx()
1417 dev->name, rx_nocopy, rx_copy, queued_packet); in corkscrew_close()
D3c59x.c616 int rx_nocopy, rx_copy, queued_packet, rx_csumhits; member
2636 vp->rx_copy++; in boomerang_rx()
2740 dev->name, vp->rx_nocopy, vp->rx_copy, vp->queued_packet, vp->rx_csumhits); in vortex_close()