Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/xen-netback/
Dnetback.c1371 unsigned nr_mops = 0, nr_cops = 0; in xenvif_tx_action() local
1377 xenvif_tx_build_gops(queue, budget, &nr_cops, &nr_mops); in xenvif_tx_action()
1379 if (nr_cops == 0) in xenvif_tx_action()
1382 gnttab_batch_copy(queue->tx_copy_ops, nr_cops); in xenvif_tx_action()