Searched refs:iw_cm_disconnect (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Diw_cm.h235 * iw_cm_disconnect - Close the specified connection.
244 int iw_cm_disconnect(struct iw_cm_id *cm_id, int abrupt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Diwcm.c256 int iw_cm_disconnect(struct iw_cm_id *cm_id, int abrupt) function
315 EXPORT_SYMBOL(iw_cm_disconnect); variable
479 * event. Callers of iw_cm_disconnect and iw_destroy_cm_id will block
533 * event. iw_cm_disconnect and iw_cm_destroy will block until the
686 * function to call iw_cm_disconnect. Calling iw_destroy_cm_id
704 * blocked in iw_cm_disconnect or iw_destroy_id.
715 * iw_cm_disconnect will not wait and deadlock this thread
H A Dcma.c2496 ret = iw_cm_disconnect(id_priv->cm_id.iw, 0);

Completed in 59 milliseconds