Home
last modified time | relevance | path

Searched refs:nvme_completion (Results 1 – 9 of 9) sorted by relevance

/NextBSD/sys/dev/nvme/
HDnvme_qpair.c243 struct nvme_completion *cpl) in nvme_qpair_print_completion()
251 nvme_completion_is_retry(const struct nvme_completion *cpl) in nvme_completion_is_retry()
310 struct nvme_completion *cpl, boolean_t print_on_error) in nvme_qpair_complete_tracker()
370 struct nvme_completion cpl; in nvme_qpair_manual_complete_tracker()
386 struct nvme_completion cpl; in nvme_qpair_manual_complete_request()
411 struct nvme_completion *cpl; in nvme_qpair_process_completions()
515 sizeof(struct nvme_completion), M_NVME, M_ZERO, in nvme_qpair_construct()
530 qpair->cpl, qpair->num_entries * sizeof(struct nvme_completion), in nvme_qpair_construct()
573 qpair->num_entries * sizeof(struct nvme_completion), in nvme_qpair_destroy()
629 nvme_abort_complete(void *arg, const struct nvme_completion *status) in nvme_abort_complete()
[all …]
HDnvme_private.h128 struct nvme_completion cpl;
160 struct nvme_completion cpl;
204 struct nvme_completion *cpl;
404 void nvme_completion_poll_cb(void *arg, const struct nvme_completion *cpl);
451 void nvme_dump_completion(struct nvme_completion *cpl);
525 const struct nvme_completion *async_cpl,
HDnvme_ns.c52 const struct nvme_completion *cpl);
119 nvme_ns_strategy_done(void *arg, const struct nvme_completion *cpl) in nvme_ns_strategy_done()
239 nvme_ns_bio_done(void *arg, const struct nvme_completion *status) in nvme_ns_bio_done()
266 struct nvme_completion parent_cpl; in nvme_bio_child_inbed()
291 nvme_bio_child_done(void *arg, const struct nvme_completion *cpl) in nvme_bio_child_done()
HDnvme.h243 struct nvme_completion { struct
762 struct nvme_completion cpl;
802 typedef void (*nvme_cb_fn_t)(void *, const struct nvme_completion *);
806 typedef void (*nvme_cons_async_fn_t)(void *, const struct nvme_completion *,
HDnvme.c234 nvme_dump_completion(struct nvme_completion *cpl) in nvme_dump_completion()
370 const struct nvme_completion *async_cpl, in nvme_notify_async_consumers()
442 nvme_completion_poll_cb(void *arg, const struct nvme_completion *cpl) in nvme_completion_poll_cb()
HDnvme_test.c175 nvme_ns_io_test_cb(void *arg, const struct nvme_completion *cpl) in nvme_ns_io_test_cb()
217 struct nvme_completion cpl; in nvme_ns_io_test()
HDnvme_ctrlr.c533 nvme_ctrlr_async_event_log_page_cb(void *arg, const struct nvme_completion *cpl) in nvme_ctrlr_async_event_log_page_cb()
582 nvme_ctrlr_async_event_cb(void *arg, const struct nvme_completion *cpl) in nvme_ctrlr_async_event_cb()
846 nvme_pt_done(void *arg, const struct nvme_completion *cpl) in nvme_pt_done()
HDnvme_sysctl.c65 struct nvme_completion *cpl; in nvme_dump_queue()
/NextBSD/sys/dev/nvd/
HDnvd.c50 static void nvd_done(void *arg, const struct nvme_completion *cpl);
216 nvd_done(void *arg, const struct nvme_completion *cpl) in nvd_done()