Searched refs:iorcsz (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/nvmf/controller/ |
H A D | ctl_frontend_nvmf.c | 707 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 D | identify_ext.c | 289 cdata->iorcsz * 16); in nvme_print_controller()
|
/freebsd/sys/dev/nvme/ |
H A D | nvme.h | 1384 uint32_t iorcsz; 2137 s->iorcsz = le32toh(s->iorcsz); 1376 uint32_t iorcsz; global() member
|