Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/xen-netback/
Dnetback.c1391 unsigned nr_mops = 0, nr_cops = 0; in xenvif_tx_action() local
1397 xenvif_tx_build_gops(queue, budget, &nr_cops, &nr_mops); in xenvif_tx_action()
1399 if (nr_cops == 0) in xenvif_tx_action()
1402 gnttab_batch_copy(queue->tx_copy_ops, nr_cops); in xenvif_tx_action()