Searched refs:nvme_completion_print (Results 1 – 4 of 4) sorted by relevance
65 nvme_completion_print(&status.cpl); in nvme_disk_read()114 nvme_completion_print(&status.cpl); in nvme_disk_write()143 nvme_completion_print(&status.cpl); in nvme_disk_flush()
186 nvme_completion_print(&status.cpl); in nvme_controller_setup_io_queues()229 nvme_completion_print(&status.cpl); in nvme_controller_setup_io_queues()245 nvme_completion_print(&status.cpl); in nvme_controller_setup_io_queues()380 nvme_completion_print(&status.cpl); in nvme_controller_identify()
379 void nvme_completion_print(const struct nvme_completion *cpl);381 #define nvme_completion_print(...) macro
178 void nvme_completion_print(const struct nvme_completion *cpl) in nvme_completion_print() function