Searched refs:nvmf_init_qp (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/nvmf/host/ |
H A D | nvmf_var.h | 203 struct nvmf_host_qpair *nvmf_init_qp(struct nvmf_softc *sc,
|
H A D | nvmf_qpair.c | 285 nvmf_init_qp(struct nvmf_softc *sc, enum nvmf_trtype trtype, in nvmf_init_qp() function
|
H A D | nvmf.c | 299 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()
|