Searched refs:nvmft_printf (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/nvmf/controller/ |
H A D | nvmft_controller.c | 27 nvmft_printf(struct nvmft_controller *ctrlr, const char *fmt, ...) in nvmft_printf() function 97 nvmft_printf(ctrlr, in nvmft_keep_alive_timer() 159 nvmft_printf(ctrlr, "associated with %.*s\n", in nvmft_handoff_admin_queue() 226 nvmft_printf(ctrlr, in nvmft_handoff_io_queue() 236 nvmft_printf(ctrlr, in nvmft_handoff_io_queue() 251 nvmft_printf(ctrlr, in nvmft_handoff_io_queue() 262 nvmft_printf(ctrlr, in nvmft_handoff_io_queue() 273 nvmft_printf(ctrlr, in nvmft_handoff_io_queue() 284 nvmft_printf(ctrlr, in nvmft_handoff_io_queue() 405 nvmft_printf(ctrlr, "association terminated\n"); in nvmft_controller_terminate() [all …]
|
H A D | ctl_frontend_nvmf.c | 88 nvmft_printf(ctrlr, in nvmft_offline() 277 nvmft_printf(ctrlr, "ctl_run failed for command on %s: %d\n", in nvmft_dispatch_command() 310 nvmft_printf(ctrlr, "failed to terminate tasks: %d\n", error); in nvmft_terminate_commands() 367 nvmft_printf(nvmft_qpair_ctrlr(qp), in nvmft_datamove_out() 1158 nvmft_printf(ctrlr, in nvmft_terminate()
|
H A D | nvmft_var.h | 136 int nvmft_printf(struct nvmft_controller *ctrlr, const char *fmt, ...)
|
H A D | nvmft_qpair.c | 63 nvmft_printf(ctrlr, "error %d on %s\n", error, qp->name); in nvmft_qpair_error()
|