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

/freebsd-current/sys/dev/nvme/
H A Dnvme_ahci.c76 nvme_printf(ctrlr, "unable to allocate mem resource\n");
89 nvme_printf(ctrlr, "unable to allocate shared interrupt\n");
99 nvme_printf(ctrlr, "unable to setup shared interrupt\n");
H A Dnvme_qpair.c126 nvme_printf(qpair->ctrlr, "%s (%02x) sqid:%d cid:%d nsid:%x "
144 nvme_printf(qpair->ctrlr, "%s sqid:%d cid:%d nsid:%d "
156 nvme_printf(qpair->ctrlr, "%s sqid:%d cid:%d nsid:%d\n",
160 nvme_printf(qpair->ctrlr, "%s (%02x) sqid:%d cid:%d nsid:%d\n",
175 nvme_printf(qpair->ctrlr,
179 nvme_printf(qpair->ctrlr,
347 nvme_printf(qpair->ctrlr, "%s (%02x/%02x) crd:%x m:%x dnr:%x p:%d "
654 nvme_printf(qpair->ctrlr,
744 nvme_printf(ctrlr, "payload tag create failed %d\n", err);
770 nvme_printf(ctrl
[all...]
H A Dnvme_ctrlr.c128 nvme_printf(ctrlr, "invalid hw.nvme.admin_entries=%d "
274 nvme_printf(ctrlr, "controller ready did not become %d "
460 nvme_printf(ctrlr, "nvme_identify_controller failed!\n");
490 nvme_printf(ctrlr, "nvme_ctrlr_set_num_qpairs failed!\n");
530 nvme_printf(ctrlr, "nvme_create_io_cq failed!\n");
539 nvme_printf(ctrlr, "nvme_create_io_sq failed!\n");
561 nvme_printf(ctrlr, "nvme_destroy_io_sq failed!\n");
570 nvme_printf(ctrlr, "nvme_destroy_io_cq failed!\n");
653 nvme_printf(ctrlr, "SMART WARNING: available spare space below threshold\n");
656 nvme_printf(ctrl
[all...]
H A Dnvme_pci.c161 nvme_printf(ctrlr, "unable to allocate pci resource\n");
245 nvme_printf(ctrlr, "unable to allocate shared interrupt\n");
253 nvme_printf(ctrlr, "unable to setup shared interrupt\n");
308 nvme_printf(ctrlr, "unable to allocate MSI-X\n");
331 nvme_printf(ctrlr, "unable to allocate MSI\n");
H A Dnvme_ctrlr_cmd.c236 nvme_printf(ctrlr, "invalid coal time %d, disabling\n",
243 nvme_printf(ctrlr, "invalid threshold %d, disabling\n",
H A Dnvme_ns.c549 nvme_printf(ctrlr, "nvme_identify_namespace failed\n");
572 nvme_printf(ctrlr,
H A Dnvme_private.h346 #define nvme_printf(ctrlr, fmt, args...) \ macro

Completed in 142 milliseconds