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

/freebsd-10.2-release/sys/xen/interface/io/
H A Dring.h138 RING_IDX rsp_cons; \
181 (_r)->rsp_cons = 0; \
197 (_r)->rsp_cons = (_s)->rsp_prod; \
214 (RING_SIZE(_r) - ((_r)->req_prod_pvt - (_r)->rsp_cons))
224 ((_r)->sring->rsp_prod - (_r)->rsp_cons)
324 (_r)->sring->rsp_event = (_r)->rsp_cons + 1; \
H A Dxs_wire.h114 XENSTORE_RING_IDX rsp_cons, rsp_prod; member in struct:xenstore_domain_interface
/freebsd-10.2-release/sys/xen/xenstore/
H A Dxenstore.c546 cons = xen_store->rsp_cons;
571 xen_store->rsp_cons = xen_store->rsp_prod = 0;
595 xen_store->rsp_cons += avail;
1061 if (xen_store->rsp_prod != xen_store->rsp_cons) {
1064 xen_store->rsp_cons, xen_store->rsp_prod);
1065 xen_store->rsp_cons = xen_store->rsp_prod;
/freebsd-10.2-release/sys/dev/xen/netfront/
H A Dnetfront.c726 sc->rx.rsp_cons = 0;
728 sc->xn_rx_if->event = sc->rx.rsp_cons ;
822 batch_target = sc->rx_target - (req_prod - sc->rx.rsp_cons);
998 i = np->rx.rsp_cons;
1032 np->rx.rsp_cons = i;
1085 np->rx.rsp_cons = i;
1132 for (i = np->tx.rsp_cons; i != prod; i++) {
1173 np->tx.rsp_cons = prod;
1207 if (!(np->rx.rsp_cons != np->rx.sring->rsp_prod &&
1719 sc->rx.sring->rsp_event = sc->rx.rsp_cons
[all...]
/freebsd-10.2-release/sys/dev/xen/netback/
H A Dnetback_unit_tests.c609 xnb_unit_pvt.txf.rsp_cons = rsize - 2;
692 rsp = RING_GET_RESPONSE(&xnb_unit_pvt.txb, xnb_unit_pvt.txf.rsp_cons);
736 rsp = RING_GET_RESPONSE(&xnb_unit_pvt.txb, xnb_unit_pvt.txf.rsp_cons);
741 xnb_unit_pvt.txf.rsp_cons + 1);
795 rsp = RING_GET_RESPONSE(&xnb_unit_pvt.txb, xnb_unit_pvt.txf.rsp_cons);
801 xnb_unit_pvt.txf.rsp_cons + 1);
805 xnb_unit_pvt.txf.rsp_cons + 2);
811 xnb_unit_pvt.txf.rsp_cons + 3);
857 rsp = RING_GET_RESPONSE(&xnb_unit_pvt.txb, xnb_unit_pvt.txf.rsp_cons);
862 xnb_unit_pvt.txf.rsp_cons
[all...]
/freebsd-10.2-release/sys/dev/xen/blkfront/
H A Dblkfront.c461 for (i = sc->xbd_ring.rsp_cons; i != rp;) {
499 sc->xbd_ring.rsp_cons = i;

Completed in 135 milliseconds