Home
last modified time | relevance | path

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

/freebsd/sys/dev/nvme/
H A Dnvme_qpair.c126 nvme_printf(qpair->ctrlr, "%s (%02x) sqid:%d cid:%d nsid:%x " in nvme_admin_qpair_print_command()
144 nvme_printf(qpair->ctrlr, "%s sqid:%d cid:%d nsid:%d " in nvme_io_qpair_print_command()
156 nvme_printf(qpair->ctrlr, "%s sqid:%d cid:%d nsid:%d\n", in nvme_io_qpair_print_command()
160 nvme_printf(qpair->ctrlr, "%s (%02x) sqid:%d cid:%d nsid:%d\n", in nvme_io_qpair_print_command()
175 nvme_printf(qpair->ctrlr, in nvme_qpair_print_command()
179 nvme_printf(qpair->ctrlr, in nvme_qpair_print_command()
347 nvme_printf(qpair->ctrlr, "%s (%02x/%02x) crd:%x m:%x dnr:%x p:%d " in nvme_qpair_print_completion()
662 nvme_printf(qpair->ctrlr, in _nvme_qpair_process_completions()
752 nvme_printf(ctrlr, "payload tag create failed %d\n", err); in nvme_qpair_construct()
778 nvme_printf(ctrlr, "tag create failed %d\n", err); in nvme_qpair_construct()
[all …]
H A Dnvme_ctrlr.c128 nvme_printf(ctrlr, "invalid hw.nvme.admin_entries=%d " in nvme_ctrlr_construct_admin_qpair()
277 nvme_printf(ctrlr, "controller ready did not become %d " in nvme_ctrlr_wait_for_ready()
465 nvme_printf(ctrlr, "nvme_identify_controller failed!\n"); in nvme_ctrlr_identify()
495 nvme_printf(ctrlr, "nvme_ctrlr_set_num_qpairs failed!\n"); in nvme_ctrlr_set_num_qpairs()
535 nvme_printf(ctrlr, "nvme_create_io_cq failed!\n"); in nvme_ctrlr_create_qpairs()
544 nvme_printf(ctrlr, "nvme_create_io_sq failed!\n"); in nvme_ctrlr_create_qpairs()
566 nvme_printf(ctrlr, "nvme_destroy_io_sq failed!\n"); in nvme_ctrlr_delete_qpairs()
575 nvme_printf(ctrlr, "nvme_destroy_io_cq failed!\n"); in nvme_ctrlr_delete_qpairs()
658 nvme_printf(ctrlr, "SMART WARNING: available spare space below threshold\n"); in nvme_ctrlr_log_critical_warnings()
661 nvme_printf(ctrlr, "SMART WARNING: temperature above threshold\n"); in nvme_ctrlr_log_critical_warnings()
[all …]
H A Dnvme_ahci.c76 nvme_printf(ctrlr, "unable to allocate mem resource\n"); in nvme_ahci_attach()
89 nvme_printf(ctrlr, "unable to allocate shared interrupt\n"); in nvme_ahci_attach()
99 nvme_printf(ctrlr, "unable to setup shared interrupt\n"); in nvme_ahci_attach()
H A Dnvme_pci.c161 nvme_printf(ctrlr, "unable to allocate pci resource\n"); in nvme_ctrlr_allocate_bar()
245 nvme_printf(ctrlr, "unable to allocate shared interrupt\n"); in nvme_ctrlr_setup_shared()
253 nvme_printf(ctrlr, "unable to setup shared interrupt\n"); in nvme_ctrlr_setup_shared()
308 nvme_printf(ctrlr, "unable to allocate MSI-X\n"); in nvme_ctrlr_setup_interrupts()
331 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.c549 nvme_printf(ctrlr, "nvme_identify_namespace failed\n"); in nvme_ns_construct()
572 nvme_printf(ctrlr, in nvme_ns_construct()
H A Dnvme_private.h350 #define nvme_printf(ctrlr, fmt, args...) \ macro