Searched refs:NVME_FEAT_POWER_MGMT (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/drivers/nvme/target/ |
| D | passthru.c | 444 case NVME_FEAT_POWER_MGMT: in nvmet_passthru_get_set_features()
|
| D | admin-cmd.c | 911 case NVME_FEAT_POWER_MGMT: in nvmet_execute_get_features()
|
| /Linux-v6.6/include/linux/ |
| D | nvme.h | 1206 NVME_FEAT_POWER_MGMT = 0x02, enumerator
|
| /Linux-v6.6/drivers/nvme/host/ |
| D | pci.c | 3141 return nvme_get_features(ctrl, NVME_FEAT_POWER_MGMT, 0, NULL, 0, ps); in nvme_get_power_state() 3146 return nvme_set_features(ctrl, NVME_FEAT_POWER_MGMT, ps, NULL, 0, NULL); in nvme_set_power_state()
|