Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/nvme/target/
Dpassthru.c456 case NVME_FEAT_ASYNC_EVENT: in nvmet_passthru_get_set_features()
505 case NVME_FEAT_ASYNC_EVENT: in nvmet_parse_passthru_admin_cmd()
520 case NVME_FEAT_ASYNC_EVENT: in nvmet_parse_passthru_admin_cmd()
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()
Dadmin-cmd.c858 case NVME_FEAT_ASYNC_EVENT: in nvmet_execute_set_features()
937 case NVME_FEAT_ASYNC_EVENT: in nvmet_execute_get_features()
/linux-5.19.10/include/linux/
Dnvme.h1166 NVME_FEAT_ASYNC_EVENT = 0x0b, enumerator
/linux-5.19.10/drivers/nvme/host/
Dcore.c1533 status = nvme_set_features(ctrl, NVME_FEAT_ASYNC_EVENT, supported_aens, in nvme_enable_aen()