Searched refs:RING_GET_REQUEST (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/xen/ |
D | pvcalls-front.c | 312 req = RING_GET_REQUEST(&bedata->ring, req_id); in pvcalls_front_socket() 424 req = RING_GET_REQUEST(&bedata->ring, req_id); in pvcalls_front_connect() 660 req = RING_GET_REQUEST(&bedata->ring, req_id); in pvcalls_front_bind() 715 req = RING_GET_REQUEST(&bedata->ring, req_id); in pvcalls_front_listen() 811 req = RING_GET_REQUEST(&bedata->ring, req_id); in pvcalls_front_accept() 907 req = RING_GET_REQUEST(&bedata->ring, req_id); in pvcalls_front_poll_passive() 993 req = RING_GET_REQUEST(&bedata->ring, req_id); in pvcalls_front_release()
|
/Linux-v4.19/include/xen/interface/io/ |
D | ring.h | 184 #define RING_GET_REQUEST(_r, _idx) \ macro 198 *(_req) = *(volatile typeof(_req))RING_GET_REQUEST(_r, _idx); \
|
/Linux-v4.19/drivers/net/ |
D | xen-netfront.c | 318 req = RING_GET_REQUEST(&queue->rx, req_prod); in xennet_alloc_rx_buffers() 443 tx = RING_GET_REQUEST(&queue->tx, queue->tx.req_prod_pvt++); in xennet_tx_setup_grant() 659 RING_GET_REQUEST(&queue->tx, queue->tx.req_prod_pvt++); in xennet_start_xmit() 735 RING_GET_REQUEST(&queue->rx, queue->rx.req_prod_pvt)->id = new; in xennet_move_rx_slot() 736 RING_GET_REQUEST(&queue->rx, queue->rx.req_prod_pvt)->gref = ref; in xennet_move_rx_slot()
|
/Linux-v4.19/sound/xen/ |
D | xen_snd_front.c | 31 req = RING_GET_REQUEST(&evtchnl->u.req.ring, in be_stream_prepare_req()
|
/Linux-v4.19/drivers/block/xen-blkback/ |
D | blkback.c | 1159 memcpy(&req, RING_GET_REQUEST(&blk_rings->native, rc), sizeof(req)); in __do_block_io_op() 1162 blkif_get_x86_32_req(&req, RING_GET_REQUEST(&blk_rings->x86_32, rc)); in __do_block_io_op() 1165 blkif_get_x86_64_req(&req, RING_GET_REQUEST(&blk_rings->x86_64, rc)); in __do_block_io_op()
|
/Linux-v4.19/drivers/net/xen-netback/ |
D | rx.c | 434 req = RING_GET_REQUEST(&queue->rx, queue->rx.req_cons); in xenvif_rx_skb()
|
/Linux-v4.19/drivers/gpu/drm/xen/ |
D | xen_drm_front.c | 105 req = RING_GET_REQUEST(&evtchnl->u.req.ring, in be_prepare_req()
|
/Linux-v4.19/drivers/scsi/ |
D | xen-scsifront.c | 197 ring_req = RING_GET_REQUEST(&(info->ring), ring->req_prod_pvt); in scsifront_do_request()
|
/Linux-v4.19/drivers/block/ |
D | xen-blkfront.c | 530 *ring_req = RING_GET_REQUEST(&rinfo->ring, rinfo->ring.req_prod_pvt); in blkif_ring_get_request()
|