Home
last modified time | relevance | path

Searched refs:NVME_NQN_DISC (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/nvme/target/
Ddiscovery.c129 NVME_NQN_DISC, numrec); in nvmet_execute_get_disc_log_page()
233 nvmet_subsys_alloc(NVME_DISC_SUBSYS_NAME, NVME_NQN_DISC); in nvmet_init_discovery()
Dcore.c690 else if (req->sq->ctrl->subsys->type == NVME_NQN_DISC) in nvmet_req_init()
918 if (subsys->type == NVME_NQN_DISC) in nvmet_host_allowed()
1000 if (ctrl->subsys->type == NVME_NQN_DISC) { in nvmet_alloc_ctrl()
1146 case NVME_NQN_DISC: in nvmet_subsys_alloc()
/Linux-v4.19/include/linux/
Dnvme.h38 NVME_NQN_DISC = 1, /* Discovery type target subsystem */ enumerator