OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resp_prod
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/xen/xen/
if_xennet_xenbus.c
944
RING_IDX
resp_prod
, i;
local in function:xennet_tx_complete
951
resp_prod
= sc->sc_tx_ring.sring->rsp_prod;
953
for (i = sc->sc_tx_ring.rsp_cons; i !=
resp_prod
; i++) {
978
sc->sc_tx_ring.rsp_cons =
resp_prod
;
982
resp_prod
+ ((sc->sc_tx_ring.sring->req_prod -
resp_prod
) >> 1) + 1;
984
if (
resp_prod
!= sc->sc_tx_ring.sring->rsp_prod)
999
RING_IDX
resp_prod
, i;
local in function:xennet_handler
1018
resp_prod
= sc->sc_rx_ring.sring->rsp_prod;
1019
xen_rmb(); /* ensure we see replies up to
resp_prod
*/
[
all
...]
xennetback_xenbus.c
598
RING_IDX
resp_prod
;
local in function:xennetback_tx_response
602
resp_prod
= xneti->xni_txring.rsp_prod_pvt;
603
txresp = RING_GET_RESPONSE(&xneti->xni_txring,
resp_prod
);
xbd_xenbus.c
800
RING_IDX
resp_prod
, i;
local in function:xbd_handler
812
resp_prod
= sc->sc_ring.sring->rsp_prod;
813
xen_rmb(); /* ensure we see replies up to
resp_prod
*/
814
for (i = sc->sc_ring.rsp_cons; i !=
resp_prod
; i++) {
Completed in 14 milliseconds
Indexes created Mon Oct 27 20:09:55 GMT 2025