Searched refs:RING_COPY_RESPONSE (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/xen/interface/io/
H A Dring.h214 #define RING_COPY_RESPONSE(r, idx, rsp) RING_COPY_(RESPONSE, r, idx, rsp) macro
/linux-master/drivers/net/
H A Dxen-netfront.c414 RING_COPY_RESPONSE(&queue->tx, cons, &txrsp);
947 RING_COPY_RESPONSE(&queue->rx, ++cons, &extra);
1110 RING_COPY_RESPONSE(&queue->rx, cons + slots, &rx_local);
1169 RING_COPY_RESPONSE(&queue->rx, ++cons, &rx);
1292 RING_COPY_RESPONSE(&queue->rx, i, rx);
/linux-master/drivers/usb/host/
H A Dxen-hcd.c976 RING_COPY_RESPONSE(&info->urb_ring, i, &res);
1034 RING_COPY_RESPONSE(&info->conn_ring, rc, &res);
/linux-master/drivers/scsi/
H A Dxen-scsifront.c397 RING_COPY_RESPONSE(&info->ring, i, &ring_rsp);
/linux-master/drivers/block/
H A Dxen-blkfront.c1542 RING_COPY_RESPONSE(&rinfo->ring, i, &bret);

Completed in 159 milliseconds