Home
last modified time | relevance | path

Searched refs:nvme_printf (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/sys/dev/nvme/
H A Dnvme_qpair.c176 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 Dnvme_ctrlr.c109 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 Dnvme_ahci.c77 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 Dnvme_pci.c162 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 Dnvme_ctrlr_cmd.c236 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 Dnvme_ns.c537 nvme_printf(ctrlr, "nvme_identify_namespace failed\n"); in nvme_ns_construct()
560 nvme_printf(ctrlr, in nvme_ns_construct()
H A Dnvme_private.h344 #define nvme_printf(ctrlr, fmt, args...) \ macro