Home
last modified time | relevance | path

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

/freebsd/sys/dev/nvmf/controller/
H A Dctl_frontend_nvmf.c707 u_long enable_timeout, hostid, ioccsz, iorcsz, max_io_qsize, nn, portid; in nvmft_port_create() local
762 &iorcsz) || iorcsz < sizeof(struct nvme_completion) || in nvmft_port_create()
763 (iorcsz % 16) != 0) { in nvmft_port_create()
807 osrelease, subnqn, nn, ioccsz, iorcsz, &np->cdata); in nvmft_port_create()
/freebsd/sbin/nvmecontrol/
H A Didentify_ext.c289 cdata->iorcsz * 16); in nvme_print_controller()
/freebsd/sys/dev/nvme/
H A Dnvme.h1384 uint32_t iorcsz;
2137 s->iorcsz = le32toh(s->iorcsz);
1376 uint32_t iorcsz; global() member