Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/target/
H A Dpassthru.c115 page_shift = NVME_CAP_MPSMIN(ctrl->cap) + 12; in nvmet_passthru_override_id_ctrl()
H A Dpci-epf.c1257 int page_shift = NVME_CAP_MPSMIN(tctrl->cap) + 12; in nvmet_pci_epf_get_mdts()
/linux-6.15/include/linux/
H A Dnvme.h170 #define NVME_CAP_MPSMIN(cap) (((cap) >> 48) & 0xf) macro
/linux-6.15/drivers/nvme/host/
H A Dcore.c2516 dev_page_min = NVME_CAP_MPSMIN(ctrl->cap) + 12; in nvme_enable_ctrl()
3162 u32 page_shift = NVME_CAP_MPSMIN(ctrl->cap) + 12, val; in nvme_mps_to_sectors()