Searched refs:NVME_CAP_MPSMIN (Results 1 – 8 of 8) sorted by relevance
337 unsigned dev_page_min = NVME_CAP_MPSMIN(cap) + 12; in nvme_configure_admin_queue()578 int shift = NVME_CAP_MPSMIN(dev->cap) + 12; in nvme_get_info_from_identify()
579 #define NVME_CAP_MPSMIN(cap) (((cap) >> 48) & 0xf) macro
115 page_shift = NVME_CAP_MPSMIN(ctrl->cap) + 12; in nvmet_passthru_override_id_ctrl()
793 1 << (12 + NVME_CAP_MPSMIN(cap))); in nvme_init()802 s->page_size = 1u << (12 + NVME_CAP_MPSMIN(cap)); in nvme_init()
160 #define NVME_CAP_MPSMIN(cap) (((cap) >> 48) & 0xf) macro
116 #define NVME_CAP_MPSMIN(cap)(((cap) >> CAP_MPSMIN_SHIFT) & CAP_MPSMIN_MASK) macro
2236 dev_page_min = NVME_CAP_MPSMIN(ctrl->cap) + 12; in nvme_enable_ctrl()2884 u32 page_shift = NVME_CAP_MPSMIN(ctrl->cap) + 12, val; in nvme_mps_to_sectors()
7643 if (unlikely(NVME_CC_MPS(cc) < NVME_CAP_MPSMIN(cap))) { in nvme_start_ctrl()7646 NVME_CAP_MPSMIN(cap)); in nvme_start_ctrl()