Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/xen-netback/
Drx.c145 gnttab_batch_copy(queue->rx_copy.op, queue->rx_copy.num); in xenvif_rx_copy_flush()
147 for (i = 0; i < queue->rx_copy.num; i++) { in xenvif_rx_copy_flush()
150 op = &queue->rx_copy.op[i]; in xenvif_rx_copy_flush()
159 queue->rx_copy.idx[i]); in xenvif_rx_copy_flush()
164 queue->rx_copy.num = 0; in xenvif_rx_copy_flush()
171 __skb_queue_purge(queue->rx_copy.completed); in xenvif_rx_copy_flush()
182 if (queue->rx_copy.num == COPY_BATCH_SIZE) in xenvif_rx_copy_add()
185 op = &queue->rx_copy.op[queue->rx_copy.num]; in xenvif_rx_copy_add()
207 queue->rx_copy.idx[queue->rx_copy.num] = queue->rx.req_cons; in xenvif_rx_copy_add()
208 queue->rx_copy.num++; in xenvif_rx_copy_add()
[all …]
Dxenbus.c939 unsigned int rx_copy; in read_xenbus_vif_flags() local
943 &rx_copy); in read_xenbus_vif_flags()
946 rx_copy = 0; in read_xenbus_vif_flags()
953 if (!rx_copy) in read_xenbus_vif_flags()
Dcommon.h208 struct xenvif_copy_state rx_copy; member
/Linux-v5.15/drivers/net/ethernet/3com/
D3c515.c88 static int rx_nocopy, rx_copy, queued_packet; variable
1363 rx_copy++; in boomerang_rx()
1414 dev->name, rx_nocopy, rx_copy, queued_packet); in corkscrew_close()
D3c59x.c616 int rx_nocopy, rx_copy, queued_packet, rx_csumhits; member
2634 vp->rx_copy++; in boomerang_rx()
2738 dev->name, vp->rx_nocopy, vp->rx_copy, vp->queued_packet, vp->rx_csumhits); in vortex_close()