Home
last modified time | relevance | path

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

/freebsd/sys/dev/nvmf/host/
H A Dnvmf.c561 nvmf_destroy_qp(sc->io[i]); in nvmf_attach()
565 nvmf_destroy_qp(sc->admin); in nvmf_attach()
632 nvmf_destroy_qp(sc->io[i]); in nvmf_disconnect_task()
637 nvmf_destroy_qp(sc->admin); in nvmf_disconnect_task()
762 nvmf_destroy_qp(sc->io[i]); in nvmf_shutdown_post_sync()
764 nvmf_destroy_qp(sc->admin); in nvmf_shutdown_post_sync()
798 nvmf_destroy_qp(sc->io[i]); in nvmf_detach()
805 nvmf_destroy_qp(sc->admin); in nvmf_detach()
H A Dnvmf_var.h209 void nvmf_destroy_qp(struct nvmf_host_qpair *qp);
H A Dnvmf_qpair.c400 nvmf_destroy_qp(struct nvmf_host_qpair *qp) in nvmf_destroy_qp() function