Home
last modified time | relevance | path

Searched refs:NVME_CAP_HI_MPSMIN (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/disk/nvme/
Dnvme_controller.c279 NVME_CAP_HI_MPSMIN(cap_hi), in nvme_controller_gather_info()
303 nvme_ctrlr->mps = NVME_CAP_HI_MPSMIN(cap_hi); in nvme_controller_gather_info()
396 NVME_CAP_HI_MPSMIN(nvme_ctrlr->cap_hi))); in nvme_controller_identify()
Dnvme_helpers.h73 #define NVME_CAP_HI_MPSMIN(x) \ macro