Searched refs:RING_GET_RESPONSE (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/xen/ |
H A D | pvcalls-back.c | 280 rsp = RING_GET_RESPONSE(&fedata->ring, fedata->ring.rsp_prod_pvt++); in pvcalls_back_socket() 427 rsp = RING_GET_RESPONSE(&fedata->ring, fedata->ring.rsp_prod_pvt++); in pvcalls_back_connect() 508 rsp = RING_GET_RESPONSE(&fedata->ring, fedata->ring.rsp_prod_pvt++); in pvcalls_back_release() 574 rsp = RING_GET_RESPONSE(&fedata->ring, fedata->ring.rsp_prod_pvt++); in __pvcalls_back_accept() 602 rsp = RING_GET_RESPONSE(&fedata->ring, in pvcalls_pass_sk_data_ready() 678 rsp = RING_GET_RESPONSE(&fedata->ring, fedata->ring.rsp_prod_pvt++); in pvcalls_back_bind() 705 rsp = RING_GET_RESPONSE(&fedata->ring, fedata->ring.rsp_prod_pvt++); in pvcalls_back_listen() 750 rsp = RING_GET_RESPONSE(&fedata->ring, fedata->ring.rsp_prod_pvt++); in pvcalls_back_accept() 806 rsp = RING_GET_RESPONSE(&fedata->ring, fedata->ring.rsp_prod_pvt++); in pvcalls_back_poll() 847 rsp = RING_GET_RESPONSE( in pvcalls_back_handle_cmd()
|
H A D | pvcalls-front.c | 185 rsp = RING_GET_RESPONSE(&bedata->ring, bedata->ring.rsp_cons); in pvcalls_front_event_handler()
|
H A D | xen-scsiback.c | 359 ring_res = RING_GET_RESPONSE(&info->ring, info->ring.rsp_prod_pvt); in scsiback_send_response()
|
/openbmc/qemu/hw/net/ |
H A D | xen_nic.c | 78 resp = RING_GET_RESPONSE(&netdev->tx_ring, i); in OBJECT_DECLARE_SIMPLE_TYPE() 84 RING_GET_RESPONSE(&netdev->tx_ring, ++i)->status = NETIF_RSP_NULL; in OBJECT_DECLARE_SIMPLE_TYPE() 235 resp = RING_GET_RESPONSE(&netdev->rx_ring, i); in net_rx_response()
|
/openbmc/qemu/hw/block/dataplane/ |
H A D | xen-block.c | 430 resp = (blkif_response_t *)RING_GET_RESPONSE( in xen_block_send_response() 435 resp = (blkif_response_t *)RING_GET_RESPONSE( in xen_block_send_response() 440 resp = (blkif_response_t *)RING_GET_RESPONSE( in xen_block_send_response()
|
/openbmc/linux/drivers/net/xen-netback/ |
H A D | rx.c | 177 rsp = RING_GET_RESPONSE(&queue->rx, in xenvif_rx_copy_flush() 474 rsp = RING_GET_RESPONSE(&queue->rx, queue->rx.req_cons); in xenvif_rx_skb()
|
H A D | netback.c | 1426 resp = RING_GET_RESPONSE(&queue->tx, i); in _make_tx_response() 1431 RING_GET_RESPONSE(&queue->tx, ++i)->status = XEN_NETIF_RSP_NULL; in _make_tx_response() 1624 *RING_GET_RESPONSE(&vif->ctrl, idx) = rsp; in make_ctrl_response()
|
/openbmc/linux/include/xen/interface/io/ |
H A D | ring.h | 196 #define RING_GET_RESPONSE(_r, _idx) \ macro
|
/openbmc/linux/drivers/gpu/drm/xen/ |
H A D | xen_drm_front_evtchnl.c | 42 resp = RING_GET_RESPONSE(&evtchnl->u.req.ring, i); in evtchnl_interrupt_ctrl()
|
/openbmc/qemu/include/hw/xen/interface/io/ |
H A D | ring.h | 235 #define RING_GET_RESPONSE(_r, _idx) \ macro
|
/openbmc/linux/drivers/block/xen-blkback/ |
H A D | blkback.c | 1502 resp = RING_GET_RESPONSE(&blk_rings->native, in make_response() 1506 resp = RING_GET_RESPONSE(&blk_rings->x86_32, in make_response() 1510 resp = RING_GET_RESPONSE(&blk_rings->x86_64, in make_response()
|
/openbmc/qemu/hw/usb/ |
H A D | xen-usb.c | 317 res = RING_GET_RESPONSE(&usbif->urb_ring, usbif->urb_ring.rsp_prod_pvt); in usbback_do_response() 612 res = RING_GET_RESPONSE(ring, ring->rsp_prod_pvt); in usbback_hotplug_notify()
|
/openbmc/linux/sound/xen/ |
H A D | xen_snd_front_evtchnl.c | 44 resp = RING_GET_RESPONSE(&channel->u.req.ring, i); in evtchnl_interrupt_req()
|