Home
last modified time | relevance | path

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

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