Lines Matching refs:XEN_9PFS_RING_SIZE
24 #define XEN_9PFS_RING_SIZE(ring) XEN_FLEX_RING_SIZE(ring->intf->ring_order) macro
111 return XEN_9PFS_RING_SIZE(ring) - in p9_xen_write_todo()
112 xen_9pfs_queued(prod, cons, XEN_9PFS_RING_SIZE(ring)) >= size; in p9_xen_write_todo()
146 if (XEN_9PFS_RING_SIZE(ring) - in p9_xen_request()
147 xen_9pfs_queued(prod, cons, XEN_9PFS_RING_SIZE(ring)) < size) { in p9_xen_request()
152 masked_prod = xen_9pfs_mask(prod, XEN_9PFS_RING_SIZE(ring)); in p9_xen_request()
153 masked_cons = xen_9pfs_mask(cons, XEN_9PFS_RING_SIZE(ring)); in p9_xen_request()
157 XEN_9PFS_RING_SIZE(ring)); in p9_xen_request()
187 if (xen_9pfs_queued(prod, cons, XEN_9PFS_RING_SIZE(ring)) < in p9_xen_response()
193 masked_prod = xen_9pfs_mask(prod, XEN_9PFS_RING_SIZE(ring)); in p9_xen_response()
194 masked_cons = xen_9pfs_mask(cons, XEN_9PFS_RING_SIZE(ring)); in p9_xen_response()
199 XEN_9PFS_RING_SIZE(ring)); in p9_xen_response()
223 masked_cons = xen_9pfs_mask(cons, XEN_9PFS_RING_SIZE(ring)); in p9_xen_response()
227 XEN_9PFS_RING_SIZE(ring)); in p9_xen_response()