Searched refs:NVME_CAP_MPSMIN (Results 1 – 5 of 5) sorted by relevance
359 unsigned dev_page_min = NVME_CAP_MPSMIN(cap) + 12; in nvme_configure_admin_queue()616 int shift = NVME_CAP_MPSMIN(dev->cap) + 12; in nvme_get_info_from_identify()
580 #define NVME_CAP_MPSMIN(cap) (((cap) >> 48) & 0xf) macro
58 page_shift = NVME_CAP_MPSMIN(ctrl->cap) + 12; in nvmet_passthru_override_id_ctrl()
139 #define NVME_CAP_MPSMIN(cap) (((cap) >> 48) & 0xf) macro
2436 dev_page_min = NVME_CAP_MPSMIN(ctrl->cap) + 12; in nvme_enable_ctrl()3071 page_shift = NVME_CAP_MPSMIN(ctrl->cap) + 12; in nvme_init_identify()