Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/netback/
H A Dnetback.c1428 RING_IDX req_prod_local; in xnb_intr() local
1437 req_prod_local = txb->sring->req_prod; in xnb_intr()
1459 } while (txb->sring->req_prod != req_prod_local) ; in xnb_intr()
2315 RING_IDX req_prod_local; in xnb_start_locked() local
2326 req_prod_local = rxb->sring->req_prod; in xnb_start_locked()
2371 rxb->sring->req_event = req_prod_local + 1; in xnb_start_locked()
2373 } while (rxb->sring->req_prod != req_prod_local) ; in xnb_start_locked()