Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dcore.c2903 if (ctrl->npss > 31) { in nvme_configure_apst()
2924 for (state = (int)ctrl->npss; state >= 0; state--) { in nvme_configure_apst()
2934 if (state == ctrl->npss && in nvme_configure_apst()
3650 ctrl->npss = id->npss; in nvme_init_identify()
H A Dnvme.h394 u8 npss; member
H A Dpci.c3927 if (pm_suspend_via_firmware() || !ctrl->npss || in nvme_suspend()
3961 ret = nvme_set_power_state(ctrl, ctrl->npss); in nvme_suspend()
3974 ctrl->npss = 0; in nvme_suspend()
/linux/drivers/nvme/target/
H A Dadmin-cmd.c717 id->npss = 0; in nvmet_execute_identify_ctrl()