Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/nvme/
HDnvme_private.h118 struct nvme_completion cpl;
149 struct nvme_completion cpl;
192 struct nvme_completion *cpl;
389 void nvme_completion_poll_cb(void *arg, const struct nvme_completion *cpl);
435 void nvme_dump_completion(struct nvme_completion *cpl);
517 const struct nvme_completion *async_cpl,
HDnvme_qpair.c312 struct nvme_completion *cpl) in nvme_qpair_print_completion()
320 nvme_completion_is_retry(const struct nvme_completion *cpl) in nvme_completion_is_retry()
364 struct nvme_completion *cpl, error_print_t print_on_error) in nvme_qpair_complete_tracker()
429 struct nvme_completion cpl; in nvme_qpair_manual_complete_tracker()
444 struct nvme_completion cpl; in nvme_qpair_manual_complete_request()
469 struct nvme_completion *cpl; in nvme_qpair_process_completions()
581 cplsz = qpair->num_entries * sizeof(struct nvme_completion); in nvme_qpair_construct()
610 qpair->cpl = (struct nvme_completion *)(queuemem + cmdsz); in nvme_qpair_construct()
743 nvme_abort_complete(void *arg, const struct nvme_completion *status) in nvme_abort_complete()
1018 qpair->num_entries * sizeof(struct nvme_completion)); in nvme_qpair_reset()
HDnvme_ns.c50 const struct nvme_completion *cpl);
125 nvme_ns_strategy_done(void *arg, const struct nvme_completion *cpl) in nvme_ns_strategy_done()
229 nvme_ns_bio_done(void *arg, const struct nvme_completion *status) in nvme_ns_bio_done()
256 struct nvme_completion parent_cpl; in nvme_bio_child_inbed()
281 nvme_bio_child_done(void *arg, const struct nvme_completion *cpl) in nvme_bio_child_done()
HDnvme.h268 struct nvme_completion { struct
285 _Static_assert(sizeof(struct nvme_completion) == 4 * 4, "bad size for nvme_completion"); argument
1024 struct nvme_completion cpl;
1070 typedef void (*nvme_cb_fn_t)(void *, const struct nvme_completion *);
1074 typedef void (*nvme_cons_async_fn_t)(void *, const struct nvme_completion *,
HDnvme.c205 nvme_dump_completion(struct nvme_completion *cpl) in nvme_dump_completion()
384 const struct nvme_completion *async_cpl, in nvme_notify_async_consumers()
464 nvme_completion_poll_cb(void *arg, const struct nvme_completion *cpl) in nvme_completion_poll_cb()
HDnvme_test.c161 nvme_ns_io_test_cb(void *arg, const struct nvme_completion *cpl) in nvme_ns_io_test_cb()
203 struct nvme_completion cpl; in nvme_ns_io_test()
HDnvme_sysctl.c61 struct nvme_completion *cpl; in nvme_dump_queue()
HDnvme_ctrlr.c609 nvme_ctrlr_async_event_log_page_cb(void *arg, const struct nvme_completion *cpl) in nvme_ctrlr_async_event_log_page_cb()
658 nvme_ctrlr_async_event_cb(void *arg, const struct nvme_completion *cpl) in nvme_ctrlr_async_event_cb()
939 nvme_pt_done(void *arg, const struct nvme_completion *cpl) in nvme_pt_done()
HDnvme_sim.c70 nvme_sim_nvmeio_done(void *ccb_arg, const struct nvme_completion *cpl) in nvme_sim_nvmeio_done()
/freebsd-11-stable/sys/dev/nvd/
HDnvd.c56 static void nvd_done(void *arg, const struct nvme_completion *cpl);
296 nvd_done(void *arg, const struct nvme_completion *cpl) in nvd_done()
/freebsd-11-stable/sys/dev/mpr/
HDmpr_sas.c1820 htole16(sizeof(struct nvme_completion)); in mprsas_build_nvme_unmap()
2564 struct nvme_completion *nvme_completion = NULL; in mprsas_complete_nvme_unmap() local
2569 nvme_completion = (struct nvme_completion *)cm->cm_sense; in mprsas_complete_nvme_unmap()
2571 nvme_completion->status, cm); in mprsas_complete_nvme_unmap()
/freebsd-11-stable/sys/cam/
HDcam_ccb.h817 struct nvme_completion cpl; /* NVME completion, per NVME standard */