Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/xen-netback/
H A Dnetback.c1385 unsigned nr_mops = 0, nr_cops = 0; in xenvif_tx_action() local
1391 xenvif_tx_build_gops(queue, budget, &nr_cops, &nr_mops); in xenvif_tx_action()
1393 if (nr_cops == 0) in xenvif_tx_action()
1396 gnttab_batch_copy(queue->tx_copy_ops, nr_cops); in xenvif_tx_action()