Searched refs:RING_GET_REQUEST (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/xen/interface/io/ |
D | ring.h | 181 #define RING_GET_REQUEST(_r, _idx) \ macro 195 *(_req) = *(volatile typeof(_req))RING_GET_REQUEST(_r, _idx); \
|
/linux-4.4.14/drivers/net/ |
D | xen-netfront.c | 312 req = RING_GET_REQUEST(&queue->rx, req_prod); in xennet_alloc_rx_buffers() 438 tx = RING_GET_REQUEST(&queue->tx, queue->tx.req_prod_pvt++); in xennet_tx_setup_grant() 638 RING_GET_REQUEST(&queue->tx, queue->tx.req_prod_pvt++); in xennet_start_xmit() 714 RING_GET_REQUEST(&queue->rx, queue->rx.req_prod_pvt)->id = new; in xennet_move_rx_slot() 715 RING_GET_REQUEST(&queue->rx, queue->rx.req_prod_pvt)->gref = ref; in xennet_move_rx_slot()
|
/linux-4.4.14/drivers/block/xen-blkback/ |
D | blkback.c | 1137 memcpy(&req, RING_GET_REQUEST(&blk_rings->native, rc), sizeof(req)); in __do_block_io_op() 1140 blkif_get_x86_32_req(&req, RING_GET_REQUEST(&blk_rings->x86_32, rc)); in __do_block_io_op() 1143 blkif_get_x86_64_req(&req, RING_GET_REQUEST(&blk_rings->x86_64, rc)); in __do_block_io_op()
|
/linux-4.4.14/drivers/scsi/ |
D | xen-scsifront.c | 185 ring_req = RING_GET_REQUEST(&(info->ring), ring->req_prod_pvt); in scsifront_pre_req()
|
/linux-4.4.14/drivers/block/ |
D | xen-blkfront.c | 466 ring_req = RING_GET_REQUEST(&info->ring, info->ring.req_prod_pvt); in blkif_queue_discard_req() 616 ring_req = RING_GET_REQUEST(&info->ring, info->ring.req_prod_pvt); in blkif_queue_rw_req()
|