Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/xen-netback/
Dnetback.c1710 gop = queue->tx_unmap_ops; in xenvif_tx_dealloc_action()
1722 BUG_ON(gop - queue->tx_unmap_ops >= MAX_PENDING_REQS); in xenvif_tx_dealloc_action()
1726 pending_idx_release[gop - queue->tx_unmap_ops] = in xenvif_tx_dealloc_action()
1728 queue->pages_to_unmap[gop - queue->tx_unmap_ops] = in xenvif_tx_dealloc_action()
1742 if (gop - queue->tx_unmap_ops > 0) { in xenvif_tx_dealloc_action()
1744 ret = gnttab_unmap_refs(queue->tx_unmap_ops, in xenvif_tx_dealloc_action()
1747 gop - queue->tx_unmap_ops); in xenvif_tx_dealloc_action()
1750 gop - queue->tx_unmap_ops, ret); in xenvif_tx_dealloc_action()
1751 for (i = 0; i < gop - queue->tx_unmap_ops; ++i) { in xenvif_tx_dealloc_action()
1763 for (i = 0; i < gop - queue->tx_unmap_ops; ++i) in xenvif_tx_dealloc_action()
Dcommon.h157 struct gnttab_unmap_grant_ref tx_unmap_ops[MAX_PENDING_REQS]; member