Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/nvme/host/
Dcore.c2650 if (ctrl->npss > 31) { in nvme_configure_apst()
2671 for (state = (int)ctrl->npss; state >= 0; state--) { in nvme_configure_apst()
2681 if (state == ctrl->npss && in nvme_configure_apst()
3357 ctrl->npss = id->npss; in nvme_init_identify()
Dnvme.h335 u8 npss; member
Dpci.c3288 if (pm_suspend_via_firmware() || !ctrl->npss || in nvme_suspend()
3322 ret = nvme_set_power_state(ctrl, ctrl->npss); in nvme_suspend()
3335 ctrl->npss = 0; in nvme_suspend()
/linux-6.12.1/drivers/nvme/target/
Dadmin-cmd.c422 id->npss = 0; in nvmet_execute_identify_ctrl()
/linux-6.12.1/include/linux/
Dnvme.h309 __u8 npss; member