Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/nvme/
H A Dnvme_qpair.c184 nvme_printf(qpair->ctrlr, in nvme_qpair_print_command()
188 nvme_printf(qpair->ctrlr, in nvme_qpair_print_command()
649 nvme_printf(qpair->ctrlr, in nvme_qpair_process_completions()
841 nvme_printf(ctrlr, "unable to setup MSI\n"); in nvme_qpair_construct()
1021 nvme_printf(ctrlr, "RECOVERY_WAITING\n"); in nvme_qpair_timeout()
1026 nvme_printf(ctrlr, "waiting\n"); in nvme_qpair_timeout()
1098 nvme_printf(tr->qpair->ctrlr, in nvme_payload_map()
1186 nvme_printf(qpair->ctrlr, in _nvme_qpair_submit_request()
1200 nvme_printf(qpair->ctrlr, in _nvme_qpair_submit_request()
1208 nvme_printf(qpair->ctrlr, in _nvme_qpair_submit_request()
[all …]
H A Dnvme_ctrlr.c111 nvme_printf(ctrlr, "invalid hw.nvme.admin_entries=%d " in nvme_ctrlr_construct_admin_qpair()
533 nvme_printf(ctrlr, "nvme_create_io_cq failed!\n"); in nvme_ctrlr_create_qpairs()
542 nvme_printf(ctrlr, "nvme_create_io_sq failed!\n"); in nvme_ctrlr_create_qpairs()
564 nvme_printf(ctrlr, "nvme_destroy_io_sq failed!\n"); in nvme_ctrlr_delete_qpairs()
969 nvme_printf(ctrlr, "failed to alloc HMB\n"); in nvme_ctrlr_hmb_alloc()
977 nvme_printf(ctrlr, "failed to load HMB\n"); in nvme_ctrlr_hmb_alloc()
1009 nvme_printf(ctrlr, "failed to alloc HMB desc\n"); in nvme_ctrlr_hmb_alloc()
1018 nvme_printf(ctrlr, "failed to load HMB desc\n"); in nvme_ctrlr_hmb_alloc()
1272 nvme_printf(ctrlr, "pt->len (%d) " in nvme_ctrlr_passthrough_cmd()
1595 nvme_printf(ctrlr, "shutdown timeout\n"); in nvme_ctrlr_shutdown()
[all …]
H A Dnvme_ahci.c78 nvme_printf(ctrlr, "unable to allocate mem resource\n"); in nvme_ahci_attach()
91 nvme_printf(ctrlr, "unable to allocate shared interrupt\n"); in nvme_ahci_attach()
101 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.c238 nvme_printf(ctrlr, "invalid coal time %d, disabling\n", in nvme_ctrlr_cmd_set_interrupt_coalescing()
245 nvme_printf(ctrlr, "invalid threshold %d, disabling\n", in nvme_ctrlr_cmd_set_interrupt_coalescing()
H A Dnvme_private.h358 #define nvme_printf(ctrlr, fmt, args...) \ macro
H A Dnvme_ns.c541 nvme_printf(ctrlr, "nvme_identify_namespace failed\n"); in nvme_ns_construct()