Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/nvme/target/
Dpassthru.c513 case NVME_FEAT_NUM_QUEUES: in nvmet_parse_passthru_admin_cmd()
528 case NVME_FEAT_NUM_QUEUES: in nvmet_parse_passthru_admin_cmd()
Dadmin-cmd.c842 case NVME_FEAT_NUM_QUEUES: in nvmet_execute_set_features()
940 case NVME_FEAT_NUM_QUEUES: in nvmet_execute_get_features()
/linux-6.12.1/include/linux/
Dnvme.h1224 NVME_FEAT_NUM_QUEUES = 0x07, enumerator
/linux-6.12.1/drivers/nvme/host/
Dcore.c1689 status = nvme_set_features(ctrl, NVME_FEAT_NUM_QUEUES, q_count, NULL, 0, in nvme_set_queue_count()