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.c65 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 Dnvme_ctrlr.c131 nvme_printf(ctrlr, "invalid hw.nvme.admin_entries=%d " in nvme_ctrlr_construct_admin_qpair()
280 nvme_printf(ctrlr, "controller ready did not become %d " in nvme_ctrlr_wait_for_ready()
468 nvme_printf(ctrlr, "nvme_identify_controller failed!\n"); in nvme_ctrlr_identify()
498 nvme_printf(ctrlr, "nvme_ctrlr_set_num_qpairs failed!\n"); in nvme_ctrlr_set_num_qpairs()
538 nvme_printf(ctrlr, "nvme_create_io_cq failed!\n"); in nvme_ctrlr_create_qpairs()
547 nvme_printf(ctrlr, "nvme_create_io_sq failed!\n"); in nvme_ctrlr_create_qpairs()
569 nvme_printf(ctrlr, "nvme_destroy_io_sq failed!\n"); in nvme_ctrlr_delete_qpairs()
578 nvme_printf(ctrlr, "nvme_destroy_io_cq failed!\n"); in nvme_ctrlr_delete_qpairs()
659 nvme_printf(ctrlr, "SMART WARNING: available spare space below threshold\n"); in nvme_ctrlr_log_critical_warnings()
662 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.c160 nvme_printf(ctrlr, "unable to allocate pci resource\n"); in nvme_ctrlr_allocate_bar()
244 nvme_printf(ctrlr, "unable to allocate shared interrupt\n"); in nvme_ctrlr_setup_shared()
252 nvme_printf(ctrlr, "unable to setup shared interrupt\n"); in nvme_ctrlr_setup_shared()
307 nvme_printf(ctrlr, "unable to allocate MSI-X\n"); in nvme_ctrlr_setup_interrupts()
330 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.c547 nvme_printf(ctrlr, "nvme_identify_namespace failed\n"); in nvme_ns_construct()
570 nvme_printf(ctrlr, in nvme_ns_construct()
H A Dnvme_private.h350 #define nvme_printf(ctrlr, fmt, args...) \ macro