Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
H A Dxen-9p-backend.c31 #define MAX_RINGS 8 macro
402 xen_9pdev->num_rings > MAX_RINGS || xen_9pdev->num_rings < 1) { in xen_9pfs_connect()
512 xenstore_write_be_int(xendev, "max-rings", MAX_RINGS); in xen_9pfs_alloc()
/openbmc/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_drv.h59 #define MAX_RINGS 64 macro
H A Dvirtgpu_ioctl.c629 if (value > MAX_RINGS) { in virtio_gpu_context_init_ioctl()