Home
last modified time | relevance | path

Searched refs:RING_GET_RESPONSE (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/include/xen/interface/io/
Dring.h184 #define RING_GET_RESPONSE(_r, _idx) \ macro
/linux-4.1.27/drivers/net/xen-netback/
Dnetback.c542 resp = RING_GET_RESPONSE(&queue->rx, in xenvif_rx_action()
584 RING_GET_RESPONSE(&queue->rx, in xenvif_rx_action()
1682 resp = RING_GET_RESPONSE(&queue->tx, i); in make_tx_response()
1687 RING_GET_RESPONSE(&queue->tx, ++i)->status = XEN_NETIF_RSP_NULL; in make_tx_response()
1711 resp = RING_GET_RESPONSE(&queue->rx, i); in make_rx_response()
/linux-4.1.27/drivers/net/
Dxen-netfront.c379 txrsp = RING_GET_RESPONSE(&queue->tx, cons); in xennet_tx_buf_gc()
690 RING_GET_RESPONSE(&queue->rx, ++cons); in xennet_get_extras()
774 rx = RING_GET_RESPONSE(&queue->rx, cons + slots); in xennet_get_responses()
831 RING_GET_RESPONSE(&queue->rx, ++cons); in xennet_fill_frags()
939 memcpy(rx, RING_GET_RESPONSE(&queue->rx, i), sizeof(*rx)); in xennet_poll()
/linux-4.1.27/drivers/block/xen-blkback/
Dblkback.c1413 memcpy(RING_GET_RESPONSE(&blk_rings->native, blk_rings->native.rsp_prod_pvt), in make_response()
1417 memcpy(RING_GET_RESPONSE(&blk_rings->x86_32, blk_rings->x86_32.rsp_prod_pvt), in make_response()
1421 memcpy(RING_GET_RESPONSE(&blk_rings->x86_64, blk_rings->x86_64.rsp_prod_pvt), in make_response()
/linux-4.1.27/drivers/scsi/
Dxen-scsifront.c306 ring_rsp = RING_GET_RESPONSE(&info->ring, i); in scsifront_ring_drain()
/linux-4.1.27/drivers/xen/
Dxen-scsiback.c343 ring_res = RING_GET_RESPONSE(&info->ring, info->ring.rsp_prod_pvt); in scsiback_do_resp_with_sense()
/linux-4.1.27/drivers/block/
Dxen-blkfront.c1155 bret = RING_GET_RESPONSE(&info->ring, i); in blkif_interrupt()