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

/freebsd-13-stable/sys/xen/interface/io/
H A Dxs_wire.h124 XENSTORE_RING_IDX rsp_cons, rsp_prod; member in struct:xenstore_domain_interface
H A Dring.h137 RING_IDX rsp_cons; \
180 (_r)->rsp_cons = (_i); \
202 (RING_SIZE(_r) - ((_r)->req_prod_pvt - (_r)->rsp_cons))
212 ((_r)->sring->rsp_prod - (_r)->rsp_cons)
330 (_r)->sring->rsp_event = (_r)->rsp_cons + 1; \
/freebsd-13-stable/sys/dev/xen/xenstore/
H A Dxenstore.c556 cons = xen_store->rsp_cons;
581 xen_store->rsp_cons = xen_store->rsp_prod = 0;
605 xen_store->rsp_cons += avail;
1027 if (xen_store->rsp_prod != xen_store->rsp_cons) {
1030 xen_store->rsp_cons, xen_store->rsp_prod);
1031 xen_store->rsp_cons = xen_store->rsp_prod;
/freebsd-13-stable/sys/dev/xen/netback/
H A Dnetback_unit_tests.c609 xnb_unit_pvt.txf.rsp_cons = rsize - 2;
691 rsp = RING_GET_RESPONSE(&xnb_unit_pvt.txb, xnb_unit_pvt.txf.rsp_cons);
735 rsp = RING_GET_RESPONSE(&xnb_unit_pvt.txb, xnb_unit_pvt.txf.rsp_cons);
740 xnb_unit_pvt.txf.rsp_cons + 1);
794 rsp = RING_GET_RESPONSE(&xnb_unit_pvt.txb, xnb_unit_pvt.txf.rsp_cons);
800 xnb_unit_pvt.txf.rsp_cons + 1);
804 xnb_unit_pvt.txf.rsp_cons + 2);
810 xnb_unit_pvt.txf.rsp_cons + 3);
856 rsp = RING_GET_RESPONSE(&xnb_unit_pvt.txb, xnb_unit_pvt.txf.rsp_cons);
861 xnb_unit_pvt.txf.rsp_cons
[all...]
/freebsd-13-stable/sys/dev/xen/netfront/
H A Dnetfront.c1073 req_prod - rxq->ring.rsp_cons < NET_RX_RING_SIZE;
1107 if (req_prod - rxq->ring.rsp_cons < NET_RX_SLOTS_MIN) {
1185 i = rxq->ring.rsp_cons;
1226 rxq->ring.rsp_cons = i;
1284 for (i = txq->ring.rsp_cons; i != prod; i++) {
1318 txq->ring.rsp_cons = prod;
1722 rxq->ring.sring->rsp_event = rxq->ring.rsp_cons + 1;
/freebsd-13-stable/sys/dev/xen/blkfront/
H A Dblkfront.c502 for (i = sc->xbd_ring.rsp_cons; i != rp;) {
540 sc->xbd_ring.rsp_cons = i;

Completed in 99 milliseconds