Home
last modified time | relevance | path

Searched refs:NVME_FEAT_ASYNC_EVENT (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/nvme/target/
H A Dpassthru.c462 case NVME_FEAT_ASYNC_EVENT: in nvmet_passthru_get_set_features()
511 case NVME_FEAT_ASYNC_EVENT: in nvmet_parse_passthru_admin_cmd()
526 case NVME_FEAT_ASYNC_EVENT: in nvmet_parse_passthru_admin_cmd()
H A Ddiscovery.c316 case NVME_FEAT_ASYNC_EVENT: in nvmet_execute_disc_set_features()
342 case NVME_FEAT_ASYNC_EVENT: in nvmet_execute_disc_get_features()
H A Dadmin-cmd.c845 case NVME_FEAT_ASYNC_EVENT: in nvmet_execute_set_features()
924 case NVME_FEAT_ASYNC_EVENT: in nvmet_execute_get_features()
/openbmc/u-boot/drivers/nvme/
H A Dnvme.h342 NVME_FEAT_ASYNC_EVENT = 0x0b, enumerator
/openbmc/linux/include/linux/
H A Dnvme.h1215 NVME_FEAT_ASYNC_EVENT = 0x0b, enumerator
/openbmc/linux/drivers/nvme/host/
H A Dcore.c1590 status = nvme_set_features(ctrl, NVME_FEAT_ASYNC_EVENT, supported_aens, in nvme_enable_aen()