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.c42 nvmf_complete(void *arg, const struct nvme_completion *cqe) in nvmf_complete() function
89 if (!nvmf_cmd_get_property(sc, offset, size, nvmf_complete, &status, in nvmf_read_property()
115 if (!nvmf_cmd_set_property(sc, offset, size, value, nvmf_complete, &status, in nvmf_write_property()
355 nvmf_complete, &status, nvmf_io_complete, &status, M_WAITOK)) { in nvmf_scan_active_nslist()
385 if (!nvmf_cmd_identify_namespace(sc, nsid, data, nvmf_complete, in nvmf_scan_active_nslist()
907 if (!nvmf_cmd_identify_namespace(sc, nsid, data, nvmf_complete, in nvmf_rescan_ns()
1047 req = nvmf_allocate_request(qp, &cmd, nvmf_complete, &status, M_WAITOK); in nvmf_passthrough_cmd()
H A Dnvmf_var.h155 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()