Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A 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()
H A Dadmin-cmd.c770 case NVME_FEAT_NUM_QUEUES: in nvmet_execute_set_features()
869 case NVME_FEAT_NUM_QUEUES: in nvmet_execute_get_features()
/OK3568_Linux_fs/u-boot/drivers/nvme/
H A Dnvme.h339 NVME_FEAT_NUM_QUEUES = 0x07, enumerator
H A Dnvme.c569 status = nvme_set_features(dev, NVME_FEAT_NUM_QUEUES, in nvme_set_queue_count()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnvme.h1035 NVME_FEAT_NUM_QUEUES = 0x07, enumerator
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dcore.c1477 status = nvme_set_features(ctrl, NVME_FEAT_NUM_QUEUES, q_count, NULL, 0, in nvme_set_queue_count()