Home
last modified time | relevance | path

Searched refs:tx_unmap_ops (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/xen-netback/
H A Dnetback.c1334 gop = queue->tx_unmap_ops; in xenvif_tx_dealloc_action()
1346 BUG_ON(gop - queue->tx_unmap_ops >= MAX_PENDING_REQS); in xenvif_tx_dealloc_action()
1350 pending_idx_release[gop - queue->tx_unmap_ops] = in xenvif_tx_dealloc_action()
1352 queue->pages_to_unmap[gop - queue->tx_unmap_ops] = in xenvif_tx_dealloc_action()
1366 if (gop - queue->tx_unmap_ops > 0) { in xenvif_tx_dealloc_action()
1368 ret = gnttab_unmap_refs(queue->tx_unmap_ops, in xenvif_tx_dealloc_action()
1371 gop - queue->tx_unmap_ops); in xenvif_tx_dealloc_action()
1374 gop - queue->tx_unmap_ops, ret); in xenvif_tx_dealloc_action()
1375 for (i = 0; i < gop - queue->tx_unmap_ops; ++i) { in xenvif_tx_dealloc_action()
1387 for (i = 0; i < gop - queue->tx_unmap_ops; in xenvif_tx_dealloc_action()
[all...]
H A Dcommon.h171 struct gnttab_unmap_grant_ref tx_unmap_ops[MAX_PENDING_REQS]; member
/kernel/linux/linux-6.6/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; in xenvif_tx_dealloc_action()
[all...]
H A Dcommon.h171 struct gnttab_unmap_grant_ref tx_unmap_ops[MAX_PENDING_REQS]; member

Completed in 6 milliseconds