Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/xen-netback/
H A Dnetback.c1323 gop = queue->tx_unmap_ops; in xenvif_tx_dealloc_action()
1335 BUG_ON(gop - queue->tx_unmap_ops >= MAX_PENDING_REQS); in xenvif_tx_dealloc_action()
1339 pending_idx_release[gop - queue->tx_unmap_ops] = in xenvif_tx_dealloc_action()
1341 queue->pages_to_unmap[gop - queue->tx_unmap_ops] = in xenvif_tx_dealloc_action()
1355 if (gop - queue->tx_unmap_ops > 0) { in xenvif_tx_dealloc_action()
1357 ret = gnttab_unmap_refs(queue->tx_unmap_ops, in xenvif_tx_dealloc_action()
1360 gop - queue->tx_unmap_ops); in xenvif_tx_dealloc_action()
1363 gop - queue->tx_unmap_ops, ret); in xenvif_tx_dealloc_action()
1364 for (i = 0; i < gop - queue->tx_unmap_ops; ++i) { in xenvif_tx_dealloc_action()
1376 for (i = 0; i < gop - queue->tx_unmap_ops; ++i) in xenvif_tx_dealloc_action()
H A Dcommon.h171 struct gnttab_unmap_grant_ref tx_unmap_ops[MAX_PENDING_REQS]; member