Home
last modified time | relevance | path

Searched refs:NVME_FEAT_NUM_QUEUES (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/nvme/target/
Dpassthru.c438 case NVME_FEAT_NUM_QUEUES: in nvmet_parse_passthru_admin_cmd()
453 case NVME_FEAT_NUM_QUEUES: in nvmet_parse_passthru_admin_cmd()
Dadmin-cmd.c767 case NVME_FEAT_NUM_QUEUES: in nvmet_execute_set_features()
866 case NVME_FEAT_NUM_QUEUES: in nvmet_execute_get_features()
/Linux-v5.10/include/linux/
Dnvme.h1029 NVME_FEAT_NUM_QUEUES = 0x07, enumerator
/Linux-v5.10/drivers/nvme/host/
Dcore.c1415 status = nvme_set_features(ctrl, NVME_FEAT_NUM_QUEUES, q_count, NULL, 0, in nvme_set_queue_count()