FreeBSD Manual Pages
RDMA_DESTROY_SRQ(3) Librdmacm Programmer's Manual RDMA_DESTROY_SRQ(3) NAME rdma_destroy_srq - Deallocate a SRQ. SYNOPSIS #include <rdma/rdma_verbs.h> void rdma_destroy_srq (struct rdma_cm_id *id); ARGUMENTS id RDMA identifier. DESCRIPTION Destroy an SRQ allocated on the rdma_cm_id. RETURN VALUE Returns 0 on success, or -1 on error. If an error occurs, errno will be set to indicate the failure reason. NOTES Users should destroy any SRQ associated with an rdma_cm_id before de- stroying the ID. SEE ALSO rdma_create_srq(3), rdma_destroy_id(3), ibv_destroy_srq(3) librdmacm 2011-06-15 RDMA_DESTROY_SRQ(3)
NAME | SYNOPSIS | ARGUMENTS | DESCRIPTION | RETURN VALUE | NOTES | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=rdma_destroy_srq&sektion=3&manpath=FreeBSD+12.0-RELEASE+and+Ports>