Home
last modified time | relevance | path

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

/openbmc/linux/net/9p/
H A Dtrans_xen.c112 return XEN_9PFS_RING_SIZE(ring) - in p9_xen_write_todo()
147 if (XEN_9PFS_RING_SIZE(ring) - in p9_xen_request()
153 masked_prod = xen_9pfs_mask(prod, XEN_9PFS_RING_SIZE(ring)); in p9_xen_request()
154 masked_cons = xen_9pfs_mask(cons, XEN_9PFS_RING_SIZE(ring)); in p9_xen_request()
158 XEN_9PFS_RING_SIZE(ring)); in p9_xen_request()
188 if (xen_9pfs_queued(prod, cons, XEN_9PFS_RING_SIZE(ring)) < in p9_xen_response()
194 masked_prod = xen_9pfs_mask(prod, XEN_9PFS_RING_SIZE(ring)); in p9_xen_response()
195 masked_cons = xen_9pfs_mask(cons, XEN_9PFS_RING_SIZE(ring)); in p9_xen_response()
200 XEN_9PFS_RING_SIZE(ring)); in p9_xen_response()
224 masked_cons = xen_9pfs_mask(cons, XEN_9PFS_RING_SIZE(ring)); in p9_xen_response()
[all …]