Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/xen-netback/
H A Dnetback.c527 if (unlikely(queue->grant_tx_handle[pending_idx] != in xenvif_grant_handle_set()
534 queue->grant_tx_handle[pending_idx] = handle; in xenvif_grant_handle_set()
540 if (unlikely(queue->grant_tx_handle[pending_idx] == in xenvif_grant_handle_reset()
547 queue->grant_tx_handle[pending_idx] = NETBACK_INVALID_HANDLE; in xenvif_grant_handle_reset()
1352 queue->grant_tx_handle[pending_idx]); in xenvif_tx_dealloc_action()
1500 queue->grant_tx_handle[pending_idx]); in xenvif_idx_unmap()
H A Dcommon.h167 grant_handle_t grant_tx_handle[MAX_PENDING_REQS]; member
H A Dinterface.c599 queue->grant_tx_handle[i] = NETBACK_INVALID_HANDLE; in xenvif_init_queue()