Searched refs:req_cons (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/xen/interface/io/
H A Dring.h145 RING_IDX req_cons; \
189 (_r)->req_cons = (_i); \
216 unsigned int req = (_r)->sring->req_prod - (_r)->req_cons; \
218 ((_r)->req_cons - (_r)->rsp_prod_pvt); \
224 ((((_r)->sring->req_prod - (_r)->req_cons) < \
225 (RING_SIZE(_r) - ((_r)->req_cons - (_r)->rsp_prod_pvt))) ? \
226 ((_r)->sring->req_prod - (_r)->req_cons) : \
227 (RING_SIZE(_r) - ((_r)->req_cons - (_r)->rsp_prod_pvt)))
322 (_r)->sring->req_event = (_r)->req_cons + 1; \
H A Dxs_wire.h123 XENSTORE_RING_IDX req_cons, req_prod; member in struct:xenstore_domain_interface
/freebsd-13-stable/sys/dev/xen/netback/
H A Dnetback_unit_tests.c398 xnb_unit_pvt.txb.req_cons);
422 xnb_unit_pvt.txb.req_cons);
459 xnb_unit_pvt.txb.req_cons);
502 xnb_unit_pvt.txb.req_cons);
550 xnb_unit_pvt.txb.req_cons);
586 xnb_unit_pvt.txb.req_cons);
615 xnb_unit_pvt.txb.req_cons = rsize - 2;
638 xnb_unit_pvt.txb.req_cons);
659 xnb_unit_pvt.txb.req_cons);
687 xnb_unit_pvt.txb.req_cons);
[all...]
H A Dnetback.c122 * value of req_cons
557 "\t%16s %18d %18d\n" /* req_cons */
566 "req_cons", txb->req_cons, rxb->req_cons,
1459 txb->sring->req_event = txb->req_cons + 1;
1816 num_consumed = xnb_ring2pkt(&pkt, txb, txb->req_cons);
1830 txb->req_cons += num_consumed;
1862 txb->req_cons += num_consumed;
2127 ring->req_cons
[all...]
/freebsd-13-stable/sys/dev/xen/blkback/
H A Dblkback.c1364 if (xbb->rings.common.rsp_prod_pvt == xbb->rings.common.req_cons) {
1875 while (rings->common.req_cons != rp
1877 rings->common.req_cons) == 0){
1885 rings->common.req_cons);
1892 &xbb->rings.x86_32, rings->common.req_cons);
1903 rings->common.req_cons);
1939 xbb->rings.common.req_cons);
1962 xbb->rings.common.req_cons++;
/freebsd-13-stable/sys/dev/xen/xenstore/
H A Dxenstore.c468 cons = xen_store->req_cons;
495 xen_store->req_cons = xen_store->req_prod = 0;

Completed in 83 milliseconds