Home
last modified time | relevance | path

Searched refs:cap_mpsmax (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme_reg.h80 uint8_t cap_mpsmax:4; /* Memory Page Size Maximum */ member
H A Dnvme.c3726 cap.b.cap_mpsmax + 12); in nvme_init()
5750 info->nci_caps.cap_mpsmax = 1 << (12 + cap.b.cap_mpsmax); in nvme_ioctl_ctrl_info()
/illumos-gate/usr/src/lib/libnvme/common/
H A Dlibnvme_ctrl_info.c472 ci->nci_mps_max = info.nci_caps.cap_mpsmax; in nvme_ctrl_info_snap()
/illumos-gate/usr/src/uts/common/sys/
H A Dnvme.h742 uint32_t cap_mpsmax; /* Memory Page Size Maximum */ member