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

/linux-master/include/xen/interface/io/
H A Dring.h225 #define RING_RESPONSE_PROD_OVERFLOW(_r, _prod) \ macro
/linux-master/drivers/usb/host/
H A Dxen-hcd.c969 if (RING_RESPONSE_PROD_OVERFLOW(&info->urb_ring, rp)) {
1026 if (RING_RESPONSE_PROD_OVERFLOW(&info->conn_ring, rp)) {
/linux-master/drivers/scsi/
H A Dxen-scsifront.c392 if (RING_RESPONSE_PROD_OVERFLOW(&info->ring, rp)) {
/linux-master/drivers/net/
H A Dxen-netfront.c402 if (RING_RESPONSE_PROD_OVERFLOW(&queue->tx, prod)) {
1280 if (RING_RESPONSE_PROD_OVERFLOW(&queue->rx, rp)) {
/linux-master/drivers/block/
H A Dxen-blkfront.c1530 if (RING_RESPONSE_PROD_OVERFLOW(&rinfo->ring, rp)) {

Completed in 151 milliseconds