Searched refs:RING_GET_REQUEST (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/drivers/xen/ |
D | pvcalls-front.c | 309 req = RING_GET_REQUEST(&bedata->ring, req_id); in pvcalls_front_socket() 451 req = RING_GET_REQUEST(&bedata->ring, req_id); in pvcalls_front_connect() 683 req = RING_GET_REQUEST(&bedata->ring, req_id); in pvcalls_front_bind() 738 req = RING_GET_REQUEST(&bedata->ring, req_id); in pvcalls_front_listen() 846 req = RING_GET_REQUEST(&bedata->ring, req_id); in pvcalls_front_accept() 942 req = RING_GET_REQUEST(&bedata->ring, req_id); in pvcalls_front_poll_passive() 1028 req = RING_GET_REQUEST(&bedata->ring, req_id); in pvcalls_front_release()
|
/linux-5.19.10/sound/xen/ |
D | xen_snd_front.c | 31 req = RING_GET_REQUEST(&evtchnl->u.req.ring, in be_stream_prepare_req()
|
/linux-5.19.10/include/xen/interface/io/ |
D | ring.h | 193 #define RING_GET_REQUEST(_r, _idx) \ macro
|
/linux-5.19.10/drivers/block/xen-blkback/ |
D | blkback.c | 1123 memcpy(&req, RING_GET_REQUEST(&blk_rings->native, rc), sizeof(req)); in __do_block_io_op() 1126 blkif_get_x86_32_req(&req, RING_GET_REQUEST(&blk_rings->x86_32, rc)); in __do_block_io_op() 1129 blkif_get_x86_64_req(&req, RING_GET_REQUEST(&blk_rings->x86_64, rc)); in __do_block_io_op()
|
/linux-5.19.10/drivers/usb/host/ |
D | xen-hcd.c | 806 req = RING_GET_REQUEST(&info->urb_ring, info->urb_ring.req_prod_pvt); in xenhcd_do_request() 1051 req = RING_GET_REQUEST(&info->conn_ring, in xenhcd_conn_notify() 1238 req = RING_GET_REQUEST(&info->conn_ring, idx); in xenhcd_connect()
|
/linux-5.19.10/drivers/net/ |
D | xen-netfront.c | 332 req = RING_GET_REQUEST(&queue->rx, req_prod); in xennet_alloc_rx_buffers() 485 tx = RING_GET_REQUEST(&queue->tx, queue->tx.req_prod_pvt++); in xennet_tx_setup_grant() 807 RING_GET_REQUEST(&queue->tx, queue->tx.req_prod_pvt++); in xennet_start_xmit() 920 RING_GET_REQUEST(&queue->rx, queue->rx.req_prod_pvt)->id = new; in xennet_move_rx_slot() 921 RING_GET_REQUEST(&queue->rx, queue->rx.req_prod_pvt)->gref = ref; in xennet_move_rx_slot()
|
/linux-5.19.10/drivers/net/xen-netback/ |
D | rx.c | 471 req = RING_GET_REQUEST(&queue->rx, queue->rx.req_cons); in xenvif_rx_skb()
|
/linux-5.19.10/drivers/gpu/drm/xen/ |
D | xen_drm_front.c | 94 req = RING_GET_REQUEST(&evtchnl->u.req.ring, in be_prepare_req()
|
/linux-5.19.10/drivers/scsi/ |
D | xen-scsifront.c | 200 ring_req = RING_GET_REQUEST(&(info->ring), ring->req_prod_pvt); in scsifront_do_request()
|
/linux-5.19.10/drivers/block/ |
D | xen-blkfront.c | 539 *ring_req = RING_GET_REQUEST(&rinfo->ring, rinfo->ring.req_prod_pvt); in blkif_ring_get_request()
|