Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
H A Dvirtio-9p.h13 VirtQueueElement *elems[MAX_REQ];
H A D9p.h162 #define MAX_REQ 128 macro
348 V9fsPDU pdus[MAX_REQ];
H A Dvirtio-9p-device.c220 v->vq = virtio_add_queue(vdev, MAX_REQ, handle_9p_output); in virtio_9p_device_realize()
H A D9p.c4206 for (i = 0; i < MAX_REQ; i++) { in v9fs_device_realize_common()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c61 #define MAX_REQ max_t(u16, TID_RDMA_MAX_READ_SEGS_PER_REQ, \ macro
63 #define MAX_FLOWS roundup_pow_of_two(MAX_REQ + 1)