Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dcore.c2964 if (ctrl->npss > 31) { in nvme_configure_apst()
2985 for (state = (int)ctrl->npss; state >= 0; state--) { in nvme_configure_apst()
2995 if (state == ctrl->npss && in nvme_configure_apst()
3714 ctrl->npss = id->npss; in nvme_init_identify()
H A Dnvme.h404 u8 npss; member
H A Dpci.c3979 if (!pci_suspend_retains_context(pdev) || !ctrl->npss || in nvme_suspend()
4013 ret = nvme_set_power_state(ctrl, ctrl->npss); in nvme_suspend()
4026 ctrl->npss = 0; in nvme_suspend()
/linux/include/linux/
H A Dnvme.h338 __u8 npss; member
/linux/drivers/nvme/target/
H A Dadmin-cmd.c719 id->npss = 0; in nvmet_execute_identify_ctrl()