]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/ofed/librdmacm/man/rdma_destroy_srq.3
[bhyve] virtio-net: Do not allow receiving packets until features have been negotiated.
[FreeBSD/FreeBSD.git] / contrib / ofed / librdmacm / man / rdma_destroy_srq.3
1 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
2 .TH "RDMA_DESTROY_SRQ" 3 "2011-06-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
3 .SH NAME
4 rdma_destroy_srq \- Deallocate a SRQ.
5 .SH SYNOPSIS
6 .B "#include <rdma/rdma_verbs.h>"
7 .P
8 .B "void" rdma_destroy_srq
9 .BI "(struct rdma_cm_id *" id ");"
10 .SH ARGUMENTS
11 .IP "id" 12
12 RDMA identifier.
13 .SH "DESCRIPTION"
14 Destroy an SRQ allocated on the rdma_cm_id.
15 .SH "RETURN VALUE"
16 Returns 0 on success, or -1 on error.  If an error occurs, errno will be
17 set to indicate the failure reason.
18 .SH "NOTES"
19 Users should destroy any SRQ associated with an rdma_cm_id before
20 destroying the ID.
21 .SH "SEE ALSO"
22 rdma_create_srq(3), rdma_destroy_id(3), ibv_destroy_srq(3)