Searched refs:nvme_printf (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sys/dev/nvme/ |
| H A D | nvme_qpair.c | 176 nvme_printf(qpair->ctrlr, in nvme_qpair_print_command() 180 nvme_printf(qpair->ctrlr, in nvme_qpair_print_command() 652 nvme_printf(qpair->ctrlr, in _nvme_qpair_process_completions() 764 nvme_printf(ctrlr, "tag create failed %d\n", err); in nvme_qpair_construct() 864 nvme_printf(ctrlr, "unable to allocate MSI\n"); in nvme_qpair_construct() 870 nvme_printf(ctrlr, "unable to setup MSI\n"); in nvme_qpair_construct() 1009 nvme_printf(tr->qpair->ctrlr, in nvme_abort_complete() 1199 nvme_printf(tr->qpair->ctrlr, in nvme_payload_map() 1294 nvme_printf(qpair->ctrlr, in _nvme_qpair_submit_request() 1361 nvme_printf(qpair->ctrlr, in nvme_admin_qpair_enable() [all …]
|
| H A D | nvme_ctrlr.c | 109 nvme_printf(ctrlr, "invalid hw.nvme.admin_entries=%d " in nvme_ctrlr_construct_admin_qpair() 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() 977 nvme_printf(ctrlr, "failed to alloc HMB\n"); in nvme_ctrlr_hmb_alloc() 985 nvme_printf(ctrlr, "failed to load HMB\n"); in nvme_ctrlr_hmb_alloc() 1017 nvme_printf(ctrlr, "failed to alloc HMB desc\n"); in nvme_ctrlr_hmb_alloc() 1026 nvme_printf(ctrlr, "failed to load HMB desc\n"); in nvme_ctrlr_hmb_alloc() 1279 nvme_printf(ctrlr, "pt->len (%d) " in nvme_ctrlr_passthrough_cmd() 1613 nvme_printf(ctrlr, "shutdown timeout\n"); in nvme_ctrlr_shutdown() [all …]
|
| H A D | nvme_ahci.c | 77 nvme_printf(ctrlr, "unable to allocate mem resource\n"); in nvme_ahci_attach() 90 nvme_printf(ctrlr, "unable to allocate shared interrupt\n"); in nvme_ahci_attach() 100 nvme_printf(ctrlr, "unable to setup shared interrupt\n"); in nvme_ahci_attach()
|
| H A D | nvme_pci.c | 162 nvme_printf(ctrlr, "unable to allocate pci resource\n"); in nvme_ctrlr_allocate_bar() 246 nvme_printf(ctrlr, "unable to allocate shared interrupt\n"); in nvme_ctrlr_setup_shared() 254 nvme_printf(ctrlr, "unable to setup shared interrupt\n"); in nvme_ctrlr_setup_shared() 309 nvme_printf(ctrlr, "unable to allocate MSI-X\n"); in nvme_ctrlr_setup_interrupts() 332 nvme_printf(ctrlr, "unable to allocate MSI\n"); in nvme_ctrlr_setup_interrupts()
|
| H A D | nvme_ctrlr_cmd.c | 236 nvme_printf(ctrlr, "invalid coal time %d, disabling\n", in nvme_ctrlr_cmd_set_interrupt_coalescing() 243 nvme_printf(ctrlr, "invalid threshold %d, disabling\n", in nvme_ctrlr_cmd_set_interrupt_coalescing()
|
| H A D | nvme_ns.c | 537 nvme_printf(ctrlr, "nvme_identify_namespace failed\n"); in nvme_ns_construct() 560 nvme_printf(ctrlr, in nvme_ns_construct()
|
| H A D | nvme_private.h | 344 #define nvme_printf(ctrlr, fmt, args...) \ macro
|