Searched refs:nr_mops (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/xen-netback/ |
H A D | netback.c | 1396 unsigned nr_mops = 0, nr_cops = 0; in xenvif_tx_action() local 1402 xenvif_tx_build_gops(queue, budget, &nr_cops, &nr_mops); in xenvif_tx_action() 1408 if (nr_mops != 0) { in xenvif_tx_action() 1412 nr_mops); in xenvif_tx_action() 1417 nr_mops, ret); in xenvif_tx_action() 1418 for (i = 0; i < nr_mops; ++i) in xenvif_tx_action()
|
/kernel/linux/linux-6.6/drivers/net/xen-netback/ |
H A D | netback.c | 1385 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() 1397 if (nr_mops != 0) { in xenvif_tx_action() 1401 nr_mops); in xenvif_tx_action() 1406 nr_mops, ret); in xenvif_tx_action() 1407 for (i = 0; i < nr_mops; ++i) in xenvif_tx_action()
|
Completed in 5 milliseconds