Home
last modified time | relevance | path

Searched refs:nvme_controller (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-3.5.0/drivers/disk/nvme/
Dnvme_controller_cmd.c17 int nvme_ctrlr_cmd_identify_controller(struct nvme_controller *ctrlr, in nvme_ctrlr_cmd_identify_controller()
36 int nvme_ctrlr_cmd_identify_namespace(struct nvme_controller *ctrlr, in nvme_ctrlr_cmd_identify_namespace()
58 int nvme_ctrlr_cmd_create_io_cq(struct nvme_controller *ctrlr, in nvme_ctrlr_cmd_create_io_cq()
86 int nvme_ctrlr_cmd_create_io_sq(struct nvme_controller *ctrlr, in nvme_ctrlr_cmd_create_io_sq()
114 int nvme_ctrlr_cmd_delete_io_cq(struct nvme_controller *ctrlr, in nvme_ctrlr_cmd_delete_io_cq()
138 int nvme_ctrlr_cmd_delete_io_sq(struct nvme_controller *ctrlr, in nvme_ctrlr_cmd_delete_io_sq()
162 int nvme_ctrlr_cmd_set_feature(struct nvme_controller *ctrlr, in nvme_ctrlr_cmd_set_feature()
189 int nvme_ctrlr_cmd_get_feature(struct nvme_controller *ctrlr, in nvme_ctrlr_cmd_get_feature()
210 int nvme_ctrlr_cmd_set_num_queues(struct nvme_controller *ctrlr, in nvme_ctrlr_cmd_set_num_queues()
Dnvme_cmd.h321 struct nvme_controller *ctrlr;
389 struct nvme_controller *ctrlr,
397 int nvme_cmd_identify_controller(struct nvme_controller *ctrlr,
402 int nvme_ctrlr_cmd_identify_controller(struct nvme_controller *ctrlr,
405 int nvme_ctrlr_cmd_identify_namespace(struct nvme_controller *ctrlr,
409 int nvme_ctrlr_cmd_create_io_cq(struct nvme_controller *ctrlr,
413 int nvme_ctrlr_cmd_create_io_sq(struct nvme_controller *ctrlr,
417 int nvme_ctrlr_cmd_delete_io_cq(struct nvme_controller *ctrlr,
421 int nvme_ctrlr_cmd_delete_io_sq(struct nvme_controller *ctrlr,
425 int nvme_ctrlr_cmd_set_feature(struct nvme_controller *ctrlr,
[all …]
Dnvme_controller.c7 #define DT_DRV_COMPAT nvme_controller
26 struct nvme_controller *nvme_ctrlr = dev->data; in nvme_controller_wait_for_ready()
95 struct nvme_controller *nvme_ctrlr = dev->data; in nvme_controller_enable()
139 struct nvme_controller *nvme_ctrlr = dev->data; in nvme_controller_setup_admin_queues()
167 struct nvme_controller *nvme_ctrlr = dev->data; in nvme_controller_setup_io_queues()
255 struct nvme_controller *nvme_ctrlr = dev->data; in nvme_controller_gather_info()
324 struct nvme_controller *nvme_ctrlr = dev->data; in nvme_controller_pcie_configure()
370 static int nvme_controller_identify(struct nvme_controller *nvme_ctrlr) in nvme_controller_identify()
400 static void nvme_controller_setup_namespaces(struct nvme_controller *nvme_ctrlr) in nvme_controller_setup_namespaces()
418 struct nvme_controller *nvme_ctrlr = dev->data; in nvme_controller_init()
[all …]
DCMakeLists.txt5 nvme_controller.c
Dnvme.h419 struct nvme_controller { struct
456 bool nvme_controller_has_dataset_mgmt(struct nvme_controller *ctrlr) in nvme_controller_has_dataset_mgmt() argument
465 struct nvme_controller *nvme_ctrlr = dev->data; in nvme_lock()
472 struct nvme_controller *nvme_ctrlr = dev->data; in nvme_unlock()
Dnvme_namespace.h159 struct nvme_controller *ctrlr;
192 struct nvme_controller *ctrlr);
Dnvme_namespace.c78 struct nvme_controller *ctrlr) in nvme_namespace_construct()
Dnvme_cmd.c482 struct nvme_controller *ctrlr, in nvme_cmd_qpair_setup()
/Zephyr-Core-3.5.0/doc/services/storage/disk/
Dnvme.rst15 - NVMe controller :zephyr_file:`drivers/disk/nvme/nvme_controller.c`