Searched refs:nvme_controller (Results 1 – 9 of 9) sorted by relevance
/Zephyr-Core-3.5.0/drivers/disk/nvme/ |
D | nvme_controller_cmd.c | 17 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()
|
D | nvme_cmd.h | 321 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 …]
|
D | nvme_controller.c | 7 #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 …]
|
D | CMakeLists.txt | 5 nvme_controller.c
|
D | nvme.h | 419 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()
|
D | nvme_namespace.h | 159 struct nvme_controller *ctrlr; 192 struct nvme_controller *ctrlr);
|
D | nvme_namespace.c | 78 struct nvme_controller *ctrlr) in nvme_namespace_construct()
|
D | nvme_cmd.c | 482 struct nvme_controller *ctrlr, in nvme_cmd_qpair_setup()
|
/Zephyr-Core-3.5.0/doc/services/storage/disk/ |
D | nvme.rst | 15 - NVMe controller :zephyr_file:`drivers/disk/nvme/nvme_controller.c`
|