Symbol: RING_GET_REQUEST
drivers/block/xen-blkback/blkback.c
1226
memcpy(&req, RING_GET_REQUEST(&blk_rings->native, rc), sizeof(req));
drivers/block/xen-blkback/blkback.c
1229
blkif_get_x86_32_req(&req, RING_GET_REQUEST(&blk_rings->x86_32, rc));
drivers/block/xen-blkback/blkback.c
1232
blkif_get_x86_64_req(&req, RING_GET_REQUEST(&blk_rings->x86_64, rc));
drivers/block/xen-blkfront.c
539
*ring_req = RING_GET_REQUEST(&rinfo->ring, rinfo->ring.req_prod_pvt);
drivers/gpu/drm/xen/xen_drm_front.c
94
req = RING_GET_REQUEST(&evtchnl->u.req.ring,
drivers/net/xen-netback/rx.c
473
req = RING_GET_REQUEST(&queue->rx, queue->rx.req_cons);
drivers/net/xen-netfront.c
334
req = RING_GET_REQUEST(&queue->rx, req_prod);
drivers/net/xen-netfront.c
487
tx = RING_GET_REQUEST(&queue->tx, queue->tx.req_prod_pvt++);
drivers/net/xen-netfront.c
807
RING_GET_REQUEST(&queue->tx, queue->tx.req_prod_pvt++);
drivers/net/xen-netfront.c
920
RING_GET_REQUEST(&queue->rx, queue->rx.req_prod_pvt)->id = new;
drivers/net/xen-netfront.c
921
RING_GET_REQUEST(&queue->rx, queue->rx.req_prod_pvt)->gref = ref;
drivers/scsi/xen-scsifront.c
200
ring_req = RING_GET_REQUEST(&(info->ring), ring->req_prod_pvt);
drivers/usb/host/xen-hcd.c
1051
req = RING_GET_REQUEST(&info->conn_ring,
drivers/usb/host/xen-hcd.c
1238
req = RING_GET_REQUEST(&info->conn_ring, idx);
drivers/usb/host/xen-hcd.c
806
req = RING_GET_REQUEST(&info->urb_ring, info->urb_ring.req_prod_pvt);
drivers/xen/pvcalls-front.c
1021
req = RING_GET_REQUEST(&bedata->ring, req_id);
drivers/xen/pvcalls-front.c
1108
req = RING_GET_REQUEST(&bedata->ring, req_id);
drivers/xen/pvcalls-front.c
354
req = RING_GET_REQUEST(&bedata->ring, req_id);
drivers/xen/pvcalls-front.c
499
req = RING_GET_REQUEST(&bedata->ring, req_id);
drivers/xen/pvcalls-front.c
737
req = RING_GET_REQUEST(&bedata->ring, req_id);
drivers/xen/pvcalls-front.c
796
req = RING_GET_REQUEST(&bedata->ring, req_id);
drivers/xen/pvcalls-front.c
916
req = RING_GET_REQUEST(&bedata->ring, req_id);
sound/xen/xen_snd_front.c
31
req = RING_GET_REQUEST(&evtchnl->u.req.ring,