Home
last modified time | relevance | path

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

/openbmc/linux/net/9p/
H A Dtrans_xen.c23 #define XEN_9PFS_RING_ORDER 9 macro
259 .maxsize = 1 << (XEN_9PFS_RING_ORDER + XEN_PAGE_SHIFT - 2),
406 if (max_ring_order > XEN_9PFS_RING_ORDER) in xen_9pfs_front_init()
407 max_ring_order = XEN_9PFS_RING_ORDER; in xen_9pfs_front_init()