Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/nvmeadm/
H A Dnvmeadm_print.c693 if (idctl->id_mdts > 0) in nvme_print_identify_ctrl()
695 (1 << idctl->id_mdts) * mpsmin / 1024, NULL, "kB"); in nvme_print_identify_ctrl()
/illumos-gate/usr/src/uts/common/sys/
H A Dnvme.h850 uint8_t id_mdts; /* Maximum Data Transfer Size */ member
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c3934 if (nvme->n_idctl->id_mdts == 0) in nvme_init()
3938 1ull << (nvme->n_pageshift + nvme->n_idctl->id_mdts); in nvme_init()