Home
last modified time | relevance | path

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

12

/freebsd/sys/dev/nvmf/host/
H A Dnvmf_var.h26 typedef void nvmf_request_complete_t(void *, const struct nvme_completion *);
103 struct nvme_completion cqe;
117 nvmf_cqe_aborted(const struct nvme_completion *cqe) in nvmf_cqe_aborted()
152 void nvmf_complete(void *arg, const struct nvme_completion *cqe);
H A Dnvmf_aer.c35 static void nvmf_complete_aer(void *arg, const struct nvme_completion *cqe);
124 nvmf_complete_aer_page(void *arg, const struct nvme_completion *cqe) in nvmf_complete_aer_page()
154 nvmf_complete_aer(void *arg, const struct nvme_completion *cqe) in nvmf_complete_aer()
H A Dnvmf_qpair.c92 struct nvme_completion cqe; in nvmf_abort_request()
158 const struct nvme_completion *cqe; in nvmf_receive_capsule()
H A Dnvmf_sim.c96 nvmf_ccb_complete(void *arg, const struct nvme_completion *cqe) in nvmf_ccb_complete()
H A Dnvmf.c40 nvmf_complete(void *arg, const struct nvme_completion *cqe) in nvmf_complete()
164 nvmf_keep_alive_complete(void *arg, const struct nvme_completion *cqe) in nvmf_keep_alive_complete()
/freebsd/sys/dev/nvme/
H A Dnvme_private.h106 struct nvme_completion cpl;
126 struct nvme_completion cpl;
181 struct nvme_completion *cpl;
400 void nvme_completion_poll_cb(void *arg, const struct nvme_completion *cpl);
441 struct nvme_completion *cpl);
554 const struct nvme_completion *async_cpl,
H A Dnvme_qpair.c336 struct nvme_completion *cpl) in nvme_qpair_print_completion()
354 nvme_completion_is_retry(const struct nvme_completion *cpl) in nvme_completion_is_retry()
415 struct nvme_completion *cpl, error_print_t print_on_error) in nvme_qpair_complete_tracker()
504 struct nvme_completion cpl; in nvme_qpair_manual_complete_tracker()
522 struct nvme_completion cpl; in nvme_qpair_manual_complete_request()
546 struct nvme_completion cpl; in _nvme_qpair_process_completions()
762 cplsz = qpair->num_entries * sizeof(struct nvme_completion); in nvme_qpair_construct()
803 qpair->cpl = (struct nvme_completion *)(queuemem + cmdsz); in nvme_qpair_construct()
1005 nvme_abort_complete(void *arg, const struct nvme_completion *status) in nvme_abort_complete()
1448 qpair->num_entries * sizeof(struct nvme_completion)); in nvme_qpair_reset()
H A Dnvme_ns.c50 const struct nvme_completion *cpl);
137 nvme_ns_strategy_done(void *arg, const struct nvme_completion *cpl) in nvme_ns_strategy_done()
254 nvme_ns_bio_done(void *arg, const struct nvme_completion *status) in nvme_ns_bio_done()
281 struct nvme_completion parent_cpl; in nvme_bio_child_inbed()
309 nvme_bio_child_done(void *arg, const struct nvme_completion *cpl) in nvme_bio_child_done()
H A Dnvme.c200 const struct nvme_completion *async_cpl, in nvme_notify_async_consumers()
303 nvme_completion_poll_cb(void *arg, const struct nvme_completion *cpl) in nvme_completion_poll_cb()
H A Dnvme_test.c160 nvme_ns_io_test_cb(void *arg, const struct nvme_completion *cpl) in nvme_ns_io_test_cb()
202 struct nvme_completion cpl; in nvme_ns_io_test()
H A Dnvme.h847 struct nvme_completion { struct
863 _Static_assert(sizeof(struct nvme_completion) == 4 * 4, "bad size for nvme_completion"); argument
1862 struct nvme_completion cpl;
1915 typedef void (*nvme_cb_fn_t)(void *, const struct nvme_completion *);
1919 typedef void (*nvme_cons_async_fn_t)(void *, const struct nvme_completion *,
2063 void nvme_completion_swapbytes(struct nvme_completion *s __unused) in nvme_completion_swapbytes()
H A Dnvme_ctrlr.c683 nvme_ctrlr_async_event_log_page_cb(void *arg, const struct nvme_completion *cpl) in nvme_ctrlr_async_event_log_page_cb()
773 nvme_ctrlr_async_event_cb(void *arg, const struct nvme_completion *cpl) in nvme_ctrlr_async_event_cb()
1231 nvme_pt_done(void *arg, const struct nvme_completion *cpl) in nvme_pt_done()
1319 nvme_npc_done(void *arg, const struct nvme_completion *cpl) in nvme_npc_done()
H A Dnvme_sysctl.c57 struct nvme_completion *cpl; in nvme_dump_queue()
H A Dnvme_sim.c63 nvme_sim_nvmeio_done(void *ccb_arg, const struct nvme_completion *cpl) in nvme_sim_nvmeio_done()
/freebsd/sys/dev/nvmf/controller/
H A Dnvmft_qpair.c191 struct nvme_completion cpl; in _nvmft_send_response()
237 const struct nvme_completion *cpl = cqe; in nvmft_send_response()
250 struct nvme_completion *cpl = cqe; in nvmft_init_cqe()
262 struct nvme_completion cpl; in nvmft_send_error()
286 struct nvme_completion cpl; in _nvmft_send_generic_error()
/freebsd/usr.sbin/bhyve/
H A Dpci_nvme.c163 struct nvme_completion *qbase;
242 struct nvme_completion *);
410 struct nvme_completion *);
414 struct nvme_completion *);
418 struct nvme_completion *);
422 struct nvme_completion *);
426 struct nvme_completion *);
1170 struct nvme_completion *cqe; in pci_nvme_cq_update()
1197 struct nvme_completion* compl) in nvme_opc_delete_io_sq()
1219 struct nvme_completion* compl) in nvme_opc_create_io_sq()
[all …]
/freebsd/lib/libnvmf/
H A Dnvmf_transport.c153 nc->nc_qe_len = sizeof(struct nvme_completion); in nvmf_allocate_response()
162 if (nc->nc_qe_len == sizeof(struct nvme_completion)) in nvmf_capsule_append_data()
201 assert(nc->nc_qe_len == sizeof(struct nvme_completion)); in nvmf_capsule_cqe()
H A Dnvmf_controller.c21 struct nvme_completion *cpl = cqe; in nvmf_init_cqe()
33 struct nvme_completion cpl; in nvmf_simple_response()
431 sizeof(struct nvme_completion), cdata); in nvmf_init_io_controller_data()
H A Dinternal.h90 struct nvme_completion nc_cqe;
/freebsd/sys/dev/nvmf/
H A Dnvmf.h25 #define NVMF_IORCSZ (sizeof(struct nvme_completion))
H A Dnvmf_transport_internal.h84 struct nvme_completion nc_cqe;
H A Dnvmf_transport.c127 nc->nc_qe_len = sizeof(struct nvme_completion); in nvmf_allocate_response()
178 KASSERT(nc->nc_qe_len == sizeof(struct nvme_completion), in nvmf_capsule_cqe()
H A Dnvmf_proto.h695 struct nvme_completion rccqe;
/freebsd/sys/dev/nvd/
H A Dnvd.c60 static void nvd_done(void *arg, const struct nvme_completion *cpl);
346 nvd_done(void *arg, const struct nvme_completion *cpl) in nvd_done()
/freebsd/tools/tools/nvmf/nvmfdd/
H A Dnvmfdd.c245 const struct nvme_completion *cqe; in nvmf_io_command()

12