]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/ofed/librdmacm/man/rdma_destroy_qp.3
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / ofed / librdmacm / man / rdma_destroy_qp.3
1 .TH "RDMA_DESTROY_QP" 3 "2007-05-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
2 .SH NAME
3 rdma_destroy_qp \- Deallocate a QP.
4 .SH SYNOPSIS
5 .B "#include <rdma/rdma_cma.h>"
6 .P
7 .B "void" rdma_destroy_qp
8 .BI "(struct rdma_cm_id *" id ");"
9 .SH ARGUMENTS
10 .IP "id" 12
11 RDMA identifier.
12 .SH "DESCRIPTION"
13 Destroy a QP allocated on the rdma_cm_id.
14 .SH "NOTES"
15 Users must destroy any QP associated with an rdma_cm_id before
16 destroying the ID.
17 .SH "SEE ALSO"
18 rdma_create_qp(3), rdma_destroy_id(3), ibv_destroy_qp(3)