Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/host/
H A Dcore.c2700 if (ctrl->npss > 31) { in nvme_configure_apst()
2721 for (state = (int)ctrl->npss; state >= 0; state--) { in nvme_configure_apst()
2731 if (state == ctrl->npss && in nvme_configure_apst()
3429 ctrl->npss = id->npss; in nvme_init_identify()
H A Dnvme.h340 u8 npss; member
H A Dpci.c3465 if (pm_suspend_via_firmware() || !ctrl->npss || in nvme_suspend()
3499 ret = nvme_set_power_state(ctrl, ctrl->npss); in nvme_suspend()
3512 ctrl->npss = 0; in nvme_suspend()
/linux-6.15/include/linux/
H A Dnvme.h337 __u8 npss; member
/linux-6.15/drivers/nvme/target/
H A Dadmin-cmd.c731 id->npss = 0; in nvmet_execute_identify_ctrl()