Searched refs:ioslots (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/bhyve/
H A Dpci_nvme.c34 * -s <n>,nvme,devpath,maxq=#,qsz=#,ioslots=#,sectsz=#,ser=A-Z,eui64=#,dsm=<opt>
43 * ioslots = max number of concurrent io requests
328 uint32_t ioslots; member in struct:pci_nvme_softc
3108 sc->ioslots = NVME_IOSLOTS;
3128 value = get_config_value_node(nvl, "ioslots");
3130 sc->ioslots = atoi(value);
3131 if (sc->ioslots <= 0) {
3132 EPRINTLN("Invalid ioslots option %d", sc->ioslots);
3253 sc->ioreqs = calloc(sc->ioslots, sizeo
[all...]

Completed in 112 milliseconds