Searched refs:RING_GET_RESPONSE (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/include/xen/interface/io/ |
D | ring.h | 198 #define RING_GET_RESPONSE(_r, _idx) \ macro
|
/linux-4.4.14/drivers/net/xen-netback/ |
D | netback.c | 591 resp = RING_GET_RESPONSE(&queue->rx, in xenvif_rx_action() 633 RING_GET_RESPONSE(&queue->rx, in xenvif_rx_action() 1830 resp = RING_GET_RESPONSE(&queue->tx, i); in make_tx_response() 1835 RING_GET_RESPONSE(&queue->tx, ++i)->status = XEN_NETIF_RSP_NULL; in make_tx_response() 1859 resp = RING_GET_RESPONSE(&queue->rx, i); in make_rx_response()
|
/linux-4.4.14/drivers/net/ |
D | xen-netfront.c | 377 txrsp = RING_GET_RESPONSE(&queue->tx, cons); in xennet_tx_buf_gc() 741 RING_GET_RESPONSE(&queue->rx, ++cons); in xennet_get_extras() 825 rx = RING_GET_RESPONSE(&queue->rx, cons + slots); in xennet_get_responses() 882 RING_GET_RESPONSE(&queue->rx, ++cons); in xennet_fill_frags() 990 memcpy(rx, RING_GET_RESPONSE(&queue->rx, i), sizeof(*rx)); in xennet_poll()
|
/linux-4.4.14/drivers/block/xen-blkback/ |
D | blkback.c | 1426 memcpy(RING_GET_RESPONSE(&blk_rings->native, blk_rings->native.rsp_prod_pvt), in make_response() 1430 memcpy(RING_GET_RESPONSE(&blk_rings->x86_32, blk_rings->x86_32.rsp_prod_pvt), in make_response() 1434 memcpy(RING_GET_RESPONSE(&blk_rings->x86_64, blk_rings->x86_64.rsp_prod_pvt), in make_response()
|
/linux-4.4.14/drivers/scsi/ |
D | xen-scsifront.c | 306 ring_rsp = RING_GET_RESPONSE(&info->ring, i); in scsifront_ring_drain()
|
/linux-4.4.14/drivers/xen/ |
D | xen-scsiback.c | 336 ring_res = RING_GET_RESPONSE(&info->ring, info->ring.rsp_prod_pvt); in scsiback_do_resp_with_sense()
|
/linux-4.4.14/drivers/block/ |
D | xen-blkfront.c | 1319 bret = RING_GET_RESPONSE(&info->ring, i); in blkif_interrupt()
|