Home
last modified time | relevance | path

Searched refs:nvmf_complete (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/nvmf/host/
H A Dnvmf.c40 nvmf_complete(void *arg, const struct nvme_completion *cqe) in nvmf_complete() function
87 if (!nvmf_cmd_get_property(sc, offset, size, nvmf_complete, &status, in nvmf_read_property()
113 if (!nvmf_cmd_set_property(sc, offset, size, value, nvmf_complete, &status, in nvmf_write_property()
319 nvmf_complete, &status, nvmf_io_complete, &status, M_WAITOK)) { in nvmf_scan_active_nslist()
349 if (!nvmf_cmd_identify_namespace(sc, nsid, data, nvmf_complete, in nvmf_scan_active_nslist()
853 if (!nvmf_cmd_identify_namespace(sc, nsid, data, nvmf_complete, in nvmf_rescan_ns()
993 req = nvmf_allocate_request(qp, &cmd, nvmf_complete, &status, M_WAITOK); in nvmf_passthrough_cmd()
H A Dnvmf_var.h156 void nvmf_complete(void *arg, const struct nvme_completion *cqe);
H A Dnvmf_aer.c220 req = nvmf_allocate_request(sc->admin, &cmd, nvmf_complete, &status, in nvmf_set_async_event_config()