/kernel/linux/linux-5.10/include/xen/interface/io/ |
H A D | ring.h | 47 typedef unsigned int RING_IDX; typedef 113 RING_IDX req_prod, req_event; \ 114 RING_IDX rsp_prod, rsp_event; \ 121 RING_IDX req_prod_pvt; \ 122 RING_IDX rsp_cons; \ 129 RING_IDX rsp_prod_pvt; \ 130 RING_IDX req_cons; \ 277 RING_IDX __old = (_r)->sring->req_prod; \ 278 RING_IDX __new = (_r)->req_prod_pvt; \ 282 (_notify) = ((RING_IDX)(__ne [all...] |
H A D | pvcalls.h | 16 RING_IDX in_cons, in_prod, in_error; 20 RING_IDX out_cons, out_prod, out_error; 24 RING_IDX ring_order;
|
/kernel/linux/linux-6.6/include/xen/interface/io/ |
H A D | ring.h | 30 typedef unsigned int RING_IDX; typedef 95 RING_IDX req_prod, req_event; \ 96 RING_IDX rsp_prod, rsp_event; \ 103 RING_IDX req_prod_pvt; \ 104 RING_IDX rsp_cons; \ 111 RING_IDX rsp_prod_pvt; \ 112 RING_IDX req_cons; \ 269 RING_IDX __old = (_r)->sring->req_prod; \ 270 RING_IDX __new = (_r)->req_prod_pvt; \ 274 (_notify) = ((RING_IDX)(__ne [all...] |
H A D | pvcalls.h | 18 RING_IDX in_cons, in_prod, in_error; 22 RING_IDX out_cons, out_prod, out_error; 26 RING_IDX ring_order;
|
/kernel/linux/linux-5.10/net/9p/ |
H A D | trans_xen.c | 127 static bool p9_xen_write_todo(struct xen_9pfs_dataring *ring, RING_IDX size) in p9_xen_write_todo() 129 RING_IDX cons, prod; in p9_xen_write_todo() 142 RING_IDX cons, prod, masked_cons, masked_prod; in p9_xen_request() 198 RING_IDX cons, prod, masked_cons, masked_prod; in p9_xen_response()
|
/kernel/linux/linux-6.6/net/9p/ |
H A D | trans_xen.c | 104 static bool p9_xen_write_todo(struct xen_9pfs_dataring *ring, RING_IDX size) in p9_xen_write_todo() 106 RING_IDX cons, prod; in p9_xen_write_todo() 119 RING_IDX cons, prod, masked_cons, masked_prod; in p9_xen_request() 175 RING_IDX cons, prod, masked_cons, masked_prod; in p9_xen_response()
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | xen-netfront.c | 215 static int xennet_rxidx(RING_IDX idx) in xennet_rxidx() 221 RING_IDX ri) in xennet_get_rx_skb() 230 RING_IDX ri) in xennet_get_rx_ref() 301 RING_IDX req_prod = queue->rx.req_prod_pvt; in xennet_alloc_rx_buffers() 392 RING_IDX cons, prod; in xennet_tx_buf_gc() 906 static void xennet_set_rx_rsp_cons(struct netfront_queue *queue, RING_IDX val) in xennet_set_rx_rsp_cons() 931 RING_IDX rp) in xennet_get_extras() 936 RING_IDX cons = queue->rx.rsp_cons; in xennet_get_extras() 1019 struct netfront_rx_info *rinfo, RING_IDX rp, in xennet_get_responses() 1025 RING_IDX con in xennet_get_responses() [all...] |
/kernel/linux/linux-6.6/drivers/net/ |
H A D | xen-netfront.c | 213 static int xennet_rxidx(RING_IDX idx) in xennet_rxidx() 219 RING_IDX ri) in xennet_get_rx_skb() 228 RING_IDX ri) in xennet_get_rx_ref() 299 RING_IDX req_prod = queue->rx.req_prod_pvt; in xennet_alloc_rx_buffers() 390 RING_IDX cons, prod; in xennet_tx_buf_gc() 902 static void xennet_set_rx_rsp_cons(struct netfront_queue *queue, RING_IDX val) in xennet_set_rx_rsp_cons() 927 RING_IDX rp) in xennet_get_extras() 932 RING_IDX cons = queue->rx.rsp_cons; in xennet_get_extras() 1015 struct netfront_rx_info *rinfo, RING_IDX rp, in xennet_get_responses() 1021 RING_IDX con in xennet_get_responses() [all...] |
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | pvcalls-front.c | 137 RING_IDX cons, prod, size = XEN_FLEX_RING_SIZE(PVCALLS_RING_ORDER); in pvcalls_front_write_todo() 154 RING_IDX cons, prod; in pvcalls_front_read_todo() 486 RING_IDX cons, prod, size, masked_prod, masked_cons; in __write_ring() 487 RING_IDX array_size = XEN_FLEX_RING_SIZE(PVCALLS_RING_ORDER); in __write_ring() 581 RING_IDX cons, prod, size, masked_prod, masked_cons; in __read_ring() 582 RING_IDX array_size = XEN_FLEX_RING_SIZE(PVCALLS_RING_ORDER); in __read_ring()
|
H A D | pvcalls-back.c | 96 RING_IDX cons, prod, size, wanted, array_size, masked_prod, masked_cons; in pvcalls_conn_back_read() 173 RING_IDX cons, prod, size, array_size; in pvcalls_conn_back_write()
|
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | pvcalls-front.c | 137 RING_IDX cons, prod, size = XEN_FLEX_RING_SIZE(PVCALLS_RING_ORDER); in pvcalls_front_write_todo() 154 RING_IDX cons, prod; in pvcalls_front_read_todo() 495 RING_IDX cons, prod, size, masked_prod, masked_cons; in __write_ring() 496 RING_IDX array_size = XEN_FLEX_RING_SIZE(PVCALLS_RING_ORDER); in __write_ring() 590 RING_IDX cons, prod, size, masked_prod, masked_cons; in __read_ring() 591 RING_IDX array_size = XEN_FLEX_RING_SIZE(PVCALLS_RING_ORDER); in __read_ring()
|
H A D | pvcalls-back.c | 97 RING_IDX cons, prod, size, wanted, array_size, masked_prod, masked_cons; in pvcalls_conn_back_read() 174 RING_IDX cons, prod, size, array_size; in pvcalls_conn_back_write()
|
/kernel/linux/linux-5.10/drivers/net/xen-netback/ |
H A D | netback.c | 207 unsigned int extra_count, RING_IDX end) in xenvif_tx_err() 209 RING_IDX cons = queue->tx.req_cons; in xenvif_tx_err() 236 RING_IDX cons = queue->tx.req_cons; in xenvif_count_requests() 730 RING_IDX cons = queue->tx.req_cons; in xenvif_get_extras() 929 RING_IDX idx; in xenvif_tx_build_gops() 1434 RING_IDX i = queue->tx.rsp_prod_pvt; in _make_tx_response() 1552 RING_IDX rsp_prod, req_prod; in xenvif_map_frontend_data_rings() 1627 RING_IDX idx = vif->ctrl.rsp_prod_pvt; in make_ctrl_response() 1699 RING_IDX req_prod, req_cons; in xenvif_ctrl_action()
|
H A D | rx.c | 60 RING_IDX prod, cons; in xenvif_rx_ring_slots_available() 510 static RING_IDX xenvif_rx_queue_slots(const struct xenvif_queue *queue) in xenvif_rx_queue_slots() 512 RING_IDX prod, cons; in xenvif_rx_queue_slots()
|
H A D | common.h | 130 RING_IDX idx[COPY_BATCH_SIZE];
|
H A D | interface.c | 620 RING_IDX rsp_prod, req_prod; in xenvif_connect_ctrl()
|
/kernel/linux/linux-6.6/drivers/net/xen-netback/ |
H A D | netback.c | 207 unsigned int extra_count, RING_IDX end) in xenvif_tx_err() 209 RING_IDX cons = queue->tx.req_cons; in xenvif_tx_err() 236 RING_IDX cons = queue->tx.req_cons; in xenvif_count_requests() 730 RING_IDX cons = queue->tx.req_cons; in xenvif_get_extras() 928 RING_IDX idx; in xenvif_tx_build_gops() 1423 RING_IDX i = queue->tx.rsp_prod_pvt; in _make_tx_response() 1541 RING_IDX rsp_prod, req_prod; in xenvif_map_frontend_data_rings() 1616 RING_IDX idx = vif->ctrl.rsp_prod_pvt; in make_ctrl_response() 1688 RING_IDX req_prod, req_cons; in xenvif_ctrl_action()
|
H A D | rx.c | 60 RING_IDX prod, cons; in xenvif_rx_ring_slots_available() 510 static RING_IDX xenvif_rx_queue_slots(const struct xenvif_queue *queue) in xenvif_rx_queue_slots() 512 RING_IDX prod, cons; in xenvif_rx_queue_slots()
|
H A D | common.h | 130 RING_IDX idx[COPY_BATCH_SIZE];
|
H A D | interface.c | 621 RING_IDX rsp_prod, req_prod; in xenvif_connect_ctrl()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/xen/ |
H A D | xen_drm_front_evtchnl.c | 28 RING_IDX i, rp; in evtchnl_interrupt_ctrl()
|
/kernel/linux/linux-5.10/sound/xen/ |
H A D | xen_snd_front_evtchnl.c | 26 RING_IDX i, rp; in evtchnl_interrupt_req()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/xen/ |
H A D | xen_drm_front_evtchnl.c | 28 RING_IDX i, rp; in evtchnl_interrupt_ctrl()
|
/kernel/linux/linux-6.6/sound/xen/ |
H A D | xen_snd_front_evtchnl.c | 26 RING_IDX i, rp; in evtchnl_interrupt_req()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xen-hcd.c | 961 RING_IDX i, rp; in xenhcd_urb_request_done() 1014 RING_IDX rc, rp; in xenhcd_conn_notify()
|