/src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
xs_wire.h | 123 XENSTORE_RING_IDX req_cons, req_prod; member in struct:xenstore_domain_interface
|
xs_wire.h | 123 XENSTORE_RING_IDX req_cons, req_prod; member in struct:xenstore_domain_interface
|
/src/sys/arch/xen/xen/ |
xennetback_xenbus.c | 1171 RING_IDX req_prod, rsp_prod_pvt; local in function:xennetback_ifsoftstart_copy 1185 req_prod = xneti->xni_rxring.sring->req_prod; 1194 req_prod == xneti->xni_rxring.req_cons + (cnt) || \ 1201 "req_prod 0x%x req_cons 0x%x rsp_prod_pvt " 1203 req_prod,
|
if_xennet_xenbus.c | 782 RING_IDX req_prod = sc->sc_rx_ring.req_prod_pvt; local in function:xennet_alloc_rx_buffer 846 rxreq = RING_GET_REQUEST(&sc->sc_rx_ring, req_prod + i); 856 sc->sc_rx_ring.req_prod_pvt = req_prod + i; 982 resp_prod + ((sc->sc_tx_ring.sring->req_prod - resp_prod) >> 1) + 1; 1102 struct xennet_txreq *req0, int *req_prod) 1106 int i, prod = *req_prod; 1168 *req_prod += i; 1195 RING_IDX req_prod; local in function:xennet_start 1205 req_prod = sc->sc_tx_ring.req_prod_pvt; 1268 if (!xennet_submit_tx_request(sc, m, req, &req_prod)) { [all...] |
xennetback_xenbus.c | 1171 RING_IDX req_prod, rsp_prod_pvt; local in function:xennetback_ifsoftstart_copy 1185 req_prod = xneti->xni_rxring.sring->req_prod; 1194 req_prod == xneti->xni_rxring.req_cons + (cnt) || \ 1201 "req_prod 0x%x req_cons 0x%x rsp_prod_pvt " 1203 req_prod,
|
if_xennet_xenbus.c | 782 RING_IDX req_prod = sc->sc_rx_ring.req_prod_pvt; local in function:xennet_alloc_rx_buffer 846 rxreq = RING_GET_REQUEST(&sc->sc_rx_ring, req_prod + i); 856 sc->sc_rx_ring.req_prod_pvt = req_prod + i; 982 resp_prod + ((sc->sc_tx_ring.sring->req_prod - resp_prod) >> 1) + 1; 1102 struct xennet_txreq *req0, int *req_prod) 1106 int i, prod = *req_prod; 1168 *req_prod += i; 1195 RING_IDX req_prod; local in function:xennet_start 1205 req_prod = sc->sc_tx_ring.req_prod_pvt; 1268 if (!xennet_submit_tx_request(sc, m, req, &req_prod)) { [all...] |