Searched refs:abrupt (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/ofed/include/rdma/
H A Diw_cm.h238 * @abrupt: If 0, the connection will be closed gracefully, otherwise, the
244 int iw_cm_disconnect(struct iw_cm_id *cm_id, int abrupt);
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cm.h238 int iwch_ep_disconnect(struct iwch_ep *ep, int abrupt, int flags);
H A Diw_cxgb_cm.c1402 iwch_ep_disconnect(struct iwch_ep *ep, int abrupt, int flags) argument
1411 CTR5(KTR_IW_CXGB, "%s ep %p so %p state %s, abrupt %d", __FUNCTION__, ep,
1412 ep->com.so, states[ep->com.state], abrupt);
1421 if (abrupt)
1430 if (abrupt) {
1449 if (abrupt)
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h966 int c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp);
967 int __c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp);
H A Dcm.c2795 int __c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp) argument
2799 ret = c4iw_ep_disconnect(ep, abrupt, gfp);
2804 int c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp) argument
2840 if (abrupt)
2854 if (abrupt) {
2880 if (abrupt) {
2905 if (!abrupt) {
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_iwcm.c259 * based on the abrupt flag
265 int iw_cm_disconnect(struct iw_cm_id *cm_id, int abrupt) argument
310 if (abrupt)

Completed in 287 milliseconds