Searched refs:nvme_printf (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/sys/dev/nvme/ |
| H A D | nvme_qpair.c | 185 nvme_printf(qpair->ctrlr, in nvme_qpair_print_command() 189 nvme_printf(qpair->ctrlr, in nvme_qpair_print_command() 607 nvme_printf(qpair->ctrlr, in nvme_qpair_process_completions() 707 nvme_printf(ctrlr, "tag create failed %d\n", err); in nvme_qpair_construct() 877 nvme_printf(tr->qpair->ctrlr, in nvme_abort_complete() 905 nvme_printf(ctrlr, "Missing interrupt\n"); in nvme_timeout() 971 nvme_printf(tr->qpair->ctrlr, in nvme_payload_map() 1059 nvme_printf(qpair->ctrlr, in _nvme_qpair_submit_request() 1073 nvme_printf(qpair->ctrlr, in _nvme_qpair_submit_request() 1081 nvme_printf(qpair->ctrlr, in _nvme_qpair_submit_request() [all …]
|
| H A D | nvme_ctrlr.c | 69 nvme_printf(ctrlr, "invalid hw.nvme.admin_entries=%d " in nvme_ctrlr_construct_admin_qpair() 474 nvme_printf(ctrlr, "nvme_create_io_cq failed!\n"); in nvme_ctrlr_create_qpairs() 483 nvme_printf(ctrlr, "nvme_create_io_sq failed!\n"); in nvme_ctrlr_create_qpairs() 505 nvme_printf(ctrlr, "nvme_destroy_io_sq failed!\n"); in nvme_ctrlr_delete_qpairs() 514 nvme_printf(ctrlr, "nvme_destroy_io_cq failed!\n"); in nvme_ctrlr_delete_qpairs() 600 nvme_printf(ctrlr, "temperature above threshold\n"); in nvme_ctrlr_log_critical_warnings() 603 nvme_printf(ctrlr, "device reliability degraded\n"); in nvme_ctrlr_log_critical_warnings() 612 nvme_printf(ctrlr, in nvme_ctrlr_log_critical_warnings() 922 nvme_printf(ctrlr, "resetting controller\n"); in nvme_ctrlr_reset_task() 1015 nvme_printf(ctrlr, "pt->len (%d) " in nvme_ctrlr_passthrough_cmd() [all …]
|
| H A D | nvme_ahci.c | 78 nvme_printf(ctrlr, "unable to allocate mem resource\n"); in nvme_ahci_attach() 92 nvme_printf(ctrlr, "unable to allocate shared IRQ\n"); in nvme_ahci_attach() 103 nvme_printf(ctrlr, "unable to setup intx handler\n"); in nvme_ahci_attach()
|
| H A D | nvme_pci.c | 158 nvme_printf(ctrlr, "unable to allocate pci resource\n"); in nvme_ctrlr_allocate_bar() 242 nvme_printf(ctrlr, "unable to allocate shared IRQ\n"); in nvme_ctrlr_configure_intx() 251 nvme_printf(ctrlr, "unable to setup intx handler\n"); in nvme_ctrlr_configure_intx()
|
| H A D | nvme_ctrlr_cmd.c | 234 nvme_printf(ctrlr, "invalid coal time %d, disabling\n", in nvme_ctrlr_cmd_set_interrupt_coalescing() 241 nvme_printf(ctrlr, "invalid threshold %d, disabling\n", in nvme_ctrlr_cmd_set_interrupt_coalescing()
|
| H A D | nvme_private.h | 346 #define nvme_printf(ctrlr, fmt, args...) \ macro
|
| H A D | nvme_ns.c | 535 nvme_printf(ctrlr, "nvme_identify_namespace failed\n"); in nvme_ns_construct()
|