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

/freebsd-11.0-release/sys/ofed/include/rdma/
H A Diw_cm.h237 * @abrupt: If 0, the connection will be closed gracefully, otherwise, the
243 int iw_cm_disconnect(struct iw_cm_id *cm_id, int abrupt);
/freebsd-11.0-release/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.0-release/sys/ofed/drivers/infiniband/core/
H A Diwcm.c347 * based on the abrupt flag
353 int iw_cm_disconnect(struct iw_cm_id *cm_id, int abrupt) argument
398 if (abrupt)
/freebsd-11.0-release/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c2240 int c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp) argument
2271 if (abrupt)
2285 if (abrupt) {
2312 if (abrupt) {
2336 if (!abrupt) {
H A Diw_cxgbe.h913 int c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp);

Completed in 179 milliseconds