/freebsd/sys/dev/nvmf/host/ |
H A D | nvmf_var.h | 29 typedef void nvmf_request_complete_t(void *, const struct nvme_completion *); 106 struct nvme_completion cqe; 120 nvmf_cqe_aborted(const struct nvme_completion *cqe) in nvmf_cqe_aborted() 155 void nvmf_complete(void *arg, const struct nvme_completion *cqe);
|
H A D | nvmf_aer.c | 35 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 D | nvmf_qpair.c | 96 struct nvme_completion cqe; in nvmf_abort_request() 177 const struct nvme_completion *cqe; in nvmf_receive_capsule()
|
H A D | nvmf_sim.c | 96 nvmf_ccb_complete(void *arg, const struct nvme_completion *cqe) in nvmf_ccb_complete()
|
H A D | nvmf.c | 42 nvmf_complete(void *arg, const struct nvme_completion *cqe) in nvmf_complete() 166 nvmf_keep_alive_complete(void *arg, const struct nvme_completion *cqe) in nvmf_keep_alive_complete()
|
/freebsd/sys/dev/nvme/ |
H A D | nvme_private.h | 106 struct nvme_completion cpl; 126 struct nvme_completion cpl; 181 struct nvme_completion *cpl; 401 void nvme_completion_poll_cb(void *arg, const struct nvme_completion *cpl); 442 struct nvme_completion *cpl); 559 const struct nvme_completion *async_cpl,
|
H A D | nvme_qpair.c | 336 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 D | nvme_ns.c | 50 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 D | nvme.c | 200 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 D | nvme_test.c | 160 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 D | nvme.h | 848 struct nvme_completion { struct 864 _Static_assert(sizeof(struct nvme_completion) == 4 * 4, "bad size for nvme_completion"); argument 1863 struct nvme_completion cpl; 1916 typedef void (*nvme_cb_fn_t)(void *, const struct nvme_completion *); 1920 typedef void (*nvme_cons_async_fn_t)(void *, const struct nvme_completion *, 2064 void nvme_completion_swapbytes(struct nvme_completion *s __unused) in nvme_completion_swapbytes()
|
H A D | nvme_ctrlr.c | 683 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() 1237 nvme_pt_done(void *arg, const struct nvme_completion *cpl) in nvme_pt_done() 1325 nvme_npc_done(void *arg, const struct nvme_completion *cpl) in nvme_npc_done()
|
H A D | nvme_sim.c | 63 nvme_sim_nvmeio_done(void *ccb_arg, const struct nvme_completion *cpl) in nvme_sim_nvmeio_done()
|
H A D | nvme_sysctl.c | 57 struct nvme_completion *cpl; in nvme_dump_queue()
|
/freebsd/sys/dev/nvmf/controller/ |
H A D | nvmft_qpair.c | 188 struct nvme_completion cpl; in _nvmft_send_response() 234 const struct nvme_completion *cpl = cqe; in nvmft_send_response() 247 struct nvme_completion *cpl = cqe; in nvmft_init_cqe() 259 struct nvme_completion cpl; in nvmft_send_error() 283 struct nvme_completion cpl; in _nvmft_send_generic_error()
|
H A D | nvmft_controller.c | 720 struct nvme_completion cqe; in handle_set_features() 1046 struct nvme_completion cpl; in nvmft_report_aer()
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_nvme.c | 163 struct nvme_completion *qbase; 242 struct nvme_completion *); 421 struct nvme_completion *); 425 struct nvme_completion *); 429 struct nvme_completion *); 433 struct nvme_completion *); 437 struct nvme_completion *); 1105 sc->regs.acq, sizeof(struct nvme_completion) * acqs); in pci_nvme_init_controller() 1181 struct nvme_completion *cqe; in pci_nvme_cq_update() 1208 struct nvme_completion* compl) in nvme_opc_delete_io_sq() [all …]
|
/freebsd/lib/libnvmf/ |
H A D | nvmf_transport.c | 153 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 D | nvmf_controller.c | 21 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 D | internal.h | 92 struct nvme_completion nc_cqe;
|
/freebsd/sys/dev/nvmf/ |
H A D | nvmf.h | 25 #define NVMF_IORCSZ (sizeof(struct nvme_completion))
|
H A D | nvmf_transport.c | 127 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() 186 KASSERT(nc->nc_qe_len == sizeof(struct nvme_completion), in nvmf_sqhd_valid()
|
H A D | nvmf_transport_internal.h | 85 struct nvme_completion nc_cqe;
|
/freebsd/sys/dev/nvd/ |
H A D | nvd.c | 60 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/sys/dev/mpr/ |
H A D | mpr_sas.c | 1793 htole16(sizeof(struct nvme_completion)); in mprsas_build_nvme_unmap() 2402 struct nvme_completion *nvme_completion = NULL; in mprsas_complete_nvme_unmap() local 2407 nvme_completion = (struct nvme_completion *)cm->cm_sense; in mprsas_complete_nvme_unmap() 2409 nvme_completion->status, cm); in mprsas_complete_nvme_unmap()
|