Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/nvme/target/
Dpassthru.c461 case NVME_FEAT_ASYNC_EVENT: in nvmet_passthru_get_set_features()
510 case NVME_FEAT_ASYNC_EVENT: in nvmet_parse_passthru_admin_cmd()
525 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.c861 case NVME_FEAT_ASYNC_EVENT: in nvmet_execute_set_features()
940 case NVME_FEAT_ASYNC_EVENT: in nvmet_execute_get_features()
/linux-6.1.9/include/linux/
Dnvme.h1172 NVME_FEAT_ASYNC_EVENT = 0x0b, enumerator
/linux-6.1.9/drivers/nvme/host/
Dcore.c1586 status = nvme_set_features(ctrl, NVME_FEAT_ASYNC_EVENT, supported_aens, in nvme_enable_aen()