Home
last modified time | relevance | path

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

/openbmc/linux/drivers/xen/
H A Dpvcalls-back.c280 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 Dpvcalls-front.c185 rsp = RING_GET_RESPONSE(&bedata->ring, bedata->ring.rsp_cons); in pvcalls_front_event_handler()
H A Dxen-scsiback.c359 ring_res = RING_GET_RESPONSE(&info->ring, info->ring.rsp_prod_pvt); in scsiback_send_response()
/openbmc/qemu/hw/net/
H A Dxen_nic.c78 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 Dxen-block.c435 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()
445 resp = (blkif_response_t *)RING_GET_RESPONSE( in xen_block_send_response()
/openbmc/linux/drivers/net/xen-netback/
H A Drx.c177 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 Dnetback.c1426 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 Dring.h196 #define RING_GET_RESPONSE(_r, _idx) \ macro
/openbmc/qemu/include/hw/xen/interface/io/
H A Dring.h235 #define RING_GET_RESPONSE(_r, _idx) \ macro
/openbmc/linux/drivers/gpu/drm/xen/
H A Dxen_drm_front_evtchnl.c42 resp = RING_GET_RESPONSE(&evtchnl->u.req.ring, i); in evtchnl_interrupt_ctrl()
/openbmc/linux/drivers/block/xen-blkback/
H A Dblkback.c1502 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/linux/sound/xen/
H A Dxen_snd_front_evtchnl.c44 resp = RING_GET_RESPONSE(&channel->u.req.ring, i); in evtchnl_interrupt_req()
/openbmc/qemu/hw/usb/
H A Dxen-usb.c317 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()