Home
last modified time | relevance | path

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

/freebsd/sys/dev/nvmf/host/
H A Dnvmf_var.h203 struct nvmf_host_qpair *nvmf_init_qp(struct nvmf_softc *sc,
H A Dnvmf_qpair.c285 nvmf_init_qp(struct nvmf_softc *sc, enum nvmf_trtype trtype, in nvmf_init_qp() function
H A Dnvmf.c299 sc->admin = nvmf_init_qp(sc, trtype, admin, "admin queue", 0); in nvmf_establish_connection()
311 sc->io[i] = nvmf_init_qp(sc, trtype, io[i], name, i); in nvmf_establish_connection()