Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/nvme/
H A Dnvme.h333 NVME_FEAT_POWER_MGMT = 0x02, enumerator
/openbmc/linux/drivers/nvme/target/
H A Dpassthru.c444 case NVME_FEAT_POWER_MGMT: in nvmet_passthru_get_set_features()
H A Dadmin-cmd.c911 case NVME_FEAT_POWER_MGMT: in nvmet_execute_get_features()
/openbmc/linux/include/linux/
H A Dnvme.h1206 NVME_FEAT_POWER_MGMT = 0x02, enumerator
/openbmc/linux/drivers/nvme/host/
H A Dpci.c3193 return nvme_get_features(ctrl, NVME_FEAT_POWER_MGMT, 0, NULL, 0, ps); in nvme_get_power_state()
3198 return nvme_set_features(ctrl, NVME_FEAT_POWER_MGMT, ps, NULL, 0, NULL); in nvme_set_power_state()