Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dpassthru.c387 case NVME_FEAT_ASYNC_EVENT: in nvmet_passthru_get_set_features()
436 case NVME_FEAT_ASYNC_EVENT: in nvmet_parse_passthru_admin_cmd()
451 case NVME_FEAT_ASYNC_EVENT: in nvmet_parse_passthru_admin_cmd()
H A Ddiscovery.c310 case NVME_FEAT_ASYNC_EVENT: in nvmet_execute_disc_set_features()
336 case NVME_FEAT_ASYNC_EVENT: in nvmet_execute_disc_get_features()
H A Dadmin-cmd.c783 case NVME_FEAT_ASYNC_EVENT: in nvmet_execute_set_features()
863 case NVME_FEAT_ASYNC_EVENT: in nvmet_execute_get_features()
/OK3568_Linux_fs/u-boot/drivers/nvme/
H A Dnvme.h343 NVME_FEAT_ASYNC_EVENT = 0x0b, enumerator
/OK3568_Linux_fs/kernel/include/linux/
H A Dnvme.h1039 NVME_FEAT_ASYNC_EVENT = 0x0b, enumerator
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dcore.c1511 status = nvme_set_features(ctrl, NVME_FEAT_ASYNC_EVENT, supported_aens, in nvme_enable_aen()