Searched refs:nvme_completion_print (Results 1 – 4 of 4) sorted by relevance
60 nvme_completion_print(&status.cpl); in nvme_disk_read()109 nvme_completion_print(&status.cpl); in nvme_disk_write()138 nvme_completion_print(&status.cpl); in nvme_disk_flush()
188 nvme_completion_print(&status.cpl); in nvme_controller_setup_io_queues()231 nvme_completion_print(&status.cpl); in nvme_controller_setup_io_queues()247 nvme_completion_print(&status.cpl); in nvme_controller_setup_io_queues()382 nvme_completion_print(&status.cpl); in nvme_controller_identify()
382 void nvme_completion_print(const struct nvme_completion *cpl);384 #define nvme_completion_print(...) macro
181 void nvme_completion_print(const struct nvme_completion *cpl) in nvme_completion_print() function