Searched refs:nvme_printf (Results 1 – 7 of 7) sorted by relevance
| /src/sys/dev/nvme/ |
| H A D | nvme_qpair.c | 65 nvme_printf(qpair->ctrlr, "%s sqid:%d cid:%d nsid:%x " in nvme_admin_qpair_print_command() 85 nvme_printf(qpair->ctrlr, "%s sqid:%d cid:%d nsid:%d " in nvme_io_qpair_print_command() 93 nvme_printf(qpair->ctrlr, "%s sqid:%d cid:%d nsid:%d\n", in nvme_io_qpair_print_command() 108 nvme_printf(qpair->ctrlr, in nvme_qpair_print_command() 112 nvme_printf(qpair->ctrlr, in nvme_qpair_print_command() 143 nvme_printf(qpair->ctrlr, "%s crd:%x m:%x dnr:%x p:%d " in nvme_qpair_print_completion() 458 nvme_printf(qpair->ctrlr, in _nvme_qpair_process_completions() 548 nvme_printf(ctrlr, "payload tag create failed %d\n", err); in nvme_qpair_construct() 574 nvme_printf(ctrlr, "tag create failed %d\n", err); in nvme_qpair_construct() 581 nvme_printf(ctrlr, "failed to alloc qpair memory\n"); in nvme_qpair_construct() [all …]
|
| H A D | nvme_pci.c | 172 nvme_printf(ctrlr, "unable to allocate pci resource\n"); in nvme_ctrlr_allocate_bar() 189 nvme_printf(ctrlr, "unable to allocate msi-x table resource\n"); in nvme_ctrlr_allocate_bar() 199 nvme_printf(ctrlr, "unable to allocate msi-x pba resource\n"); in nvme_ctrlr_allocate_bar() 206 nvme_printf(ctrlr, "unable to activate pci resource: %d\n", error); in nvme_ctrlr_allocate_bar() 212 nvme_printf(ctrlr, "unable to activate msi-x table resource: %d\n", in nvme_ctrlr_allocate_bar() 220 nvme_printf(ctrlr, "unable to activate msi-x pba resource: %d\n", in nvme_ctrlr_allocate_bar() 296 nvme_printf(ctrlr, "unable to allocate shared interrupt\n"); in nvme_ctrlr_setup_shared() 304 nvme_printf(ctrlr, "unable to setup shared interrupt\n"); in nvme_ctrlr_setup_shared() 359 nvme_printf(ctrlr, "unable to allocate MSI-X\n"); in nvme_ctrlr_setup_interrupts() 382 nvme_printf(ctrlr, "unable to allocate MSI\n"); in nvme_ctrlr_setup_interrupts()
|
| H A D | nvme_ctrlr.c | 133 nvme_printf(ctrlr, "invalid hw.nvme.admin_entries=%d " in nvme_ctrlr_construct_admin_qpair() 282 nvme_printf(ctrlr, "controller ready did not become %d " in nvme_ctrlr_wait_for_ready() 470 nvme_printf(ctrlr, "nvme_identify_controller failed!\n"); in nvme_ctrlr_identify() 500 nvme_printf(ctrlr, "nvme_ctrlr_set_num_qpairs failed!\n"); in nvme_ctrlr_set_num_qpairs() 540 nvme_printf(ctrlr, "nvme_create_io_cq failed!\n"); in nvme_ctrlr_create_qpairs() 549 nvme_printf(ctrlr, "nvme_create_io_sq failed!\n"); in nvme_ctrlr_create_qpairs() 571 nvme_printf(ctrlr, "nvme_destroy_io_sq failed!\n"); in nvme_ctrlr_delete_qpairs() 580 nvme_printf(ctrlr, "nvme_destroy_io_cq failed!\n"); in nvme_ctrlr_delete_qpairs() 661 nvme_printf(ctrlr, "SMART WARNING: available spare space below threshold\n"); in nvme_ctrlr_log_critical_warnings() 664 nvme_printf(ctrlr, "SMART WARNING: temperature above threshold\n"); in nvme_ctrlr_log_critical_warnings() [all …]
|
| H A D | nvme_ahci.c | 76 nvme_printf(ctrlr, "unable to allocate mem resource\n"); in nvme_ahci_attach() 86 nvme_printf(ctrlr, "unable to allocate shared interrupt\n"); in nvme_ahci_attach() 96 nvme_printf(ctrlr, "unable to setup shared interrupt\n"); in nvme_ahci_attach()
|
| H A D | nvme_ctrlr_cmd.c | 244 nvme_printf(ctrlr, "invalid coal time %d, disabling\n", in nvme_ctrlr_cmd_set_interrupt_coalescing() 251 nvme_printf(ctrlr, "invalid threshold %d, disabling\n", in nvme_ctrlr_cmd_set_interrupt_coalescing()
|
| H A D | nvme_ns.c | 548 nvme_printf(ctrlr, "nvme_identify_namespace failed\n"); in nvme_ns_construct() 572 nvme_printf(ctrlr, "nsid %d lba format %d invalid (> %d)\n", in nvme_ns_construct()
|
| H A D | nvme_private.h | 342 #define nvme_printf(ctrlr, fmt, args...) \ macro
|