Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/disk/nvme/
Dnvme_disk.c26 struct nvme_completion_poll_status status = in nvme_disk_read()
75 struct nvme_completion_poll_status status = in nvme_disk_write()
119 struct nvme_completion_poll_status status = in nvme_disk_flush()
Dnvme_cmd.h76 struct nvme_completion_poll_status { struct
542 void nvme_completion_poll(struct nvme_completion_poll_status *status) in nvme_completion_poll()
554 void nvme_cpl_status_poll_init(struct nvme_completion_poll_status *status) in nvme_cpl_status_poll_init()
565 bool nvme_cpl_status_is_error(struct nvme_completion_poll_status *status) in nvme_cpl_status_is_error()
Dnvme_namespace.c82 struct nvme_completion_poll_status status = in nvme_namespace_construct()
Dnvme_controller.c170 struct nvme_completion_poll_status status; in nvme_controller_setup_io_queues()
374 struct nvme_completion_poll_status status = in nvme_controller_identify()
Dnvme_cmd.c676 struct nvme_completion_poll_status *status = arg; in nvme_completion_poll_cb()