Home
last modified time | relevance | path

Searched refs:nvme_completion_poll_status (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/drivers/disk/nvme/
Dnvme_disk.c31 struct nvme_completion_poll_status status = in nvme_disk_read()
80 struct nvme_completion_poll_status status = in nvme_disk_write()
124 struct nvme_completion_poll_status status = in nvme_disk_flush()
Dnvme_cmd.h73 struct nvme_completion_poll_status { struct
539 void nvme_completion_poll(struct nvme_completion_poll_status *status) in nvme_completion_poll()
551 void nvme_cpl_status_poll_init(struct nvme_completion_poll_status *status) in nvme_cpl_status_poll_init()
562 bool nvme_cpl_status_is_error(struct nvme_completion_poll_status *status) in nvme_cpl_status_is_error()
Dnvme_namespace.c80 struct nvme_completion_poll_status status = in nvme_namespace_construct()
Dnvme_controller.c168 struct nvme_completion_poll_status status; in nvme_controller_setup_io_queues()
372 struct nvme_completion_poll_status status = in nvme_controller_identify()
Dnvme_cmd.c673 struct nvme_completion_poll_status *status = arg; in nvme_completion_poll_cb()