Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/xen-netback/
Dnetback.c156 static inline pending_ring_idx_t pending_index(unsigned i) in pending_index() function
431 index = pending_index(queue->pending_cons); in xenvif_get_requests()
467 index = pending_index(queue->pending_cons++); in xenvif_get_requests()
486 index = pending_index(queue->pending_cons++); in xenvif_get_requests()
1284 index = pending_index(queue->dealloc_prod); in xenvif_zerocopy_callback()
1323 queue->dealloc_ring[pending_index(dc++)]; in xenvif_tx_dealloc_action()
1422 index = pending_index(queue->pending_prod++); in xenvif_idx_release()