|
NAMErdma_destroy_qp - Deallocate a QP.SYNOPSIS#include <rdma/rdma_cma.h>void rdma_destroy_qp (struct rdma_cm_id *id); ARGUMENTS
DESCRIPTIONDestroy a QP allocated on the rdma_cm_id.NOTESUsers must destroy any QP associated with an rdma_cm_id before destroying the ID.SEE ALSOrdma_create_qp(3), rdma_destroy_id(3), ibv_destroy_qp(3)
Visit the GSP FreeBSD Man Page Interface. |