Home
last modified time | relevance | path

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

/Linux-v6.1/net/9p/
Dtrans_xen.c381 unsigned int max_rings, max_ring_order, len = 0; in xen_9pfs_front_probe() local
394 max_ring_order = xenbus_read_unsigned(dev->otherend, in xen_9pfs_front_probe()
396 if (max_ring_order > XEN_9PFS_RING_ORDER) in xen_9pfs_front_probe()
397 max_ring_order = XEN_9PFS_RING_ORDER; in xen_9pfs_front_probe()
398 if (p9_xen_trans.maxsize > XEN_FLEX_RING_SIZE(max_ring_order)) in xen_9pfs_front_probe()
399 p9_xen_trans.maxsize = XEN_FLEX_RING_SIZE(max_ring_order) / 2; in xen_9pfs_front_probe()
417 max_ring_order); in xen_9pfs_front_probe()