Searched refs:abrupt (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/rdma/ |
H A D | iw_cm.h | 199 * @abrupt: If 0, the connection will be closed gracefully, otherwise, the 205 int iw_cm_disconnect(struct iw_cm_id *cm_id, int abrupt);
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | iw_cm.h | 179 * @abrupt: If 0, the connection will be closed gracefully, otherwise, the 185 int iw_cm_disconnect(struct iw_cm_id *cm_id, int abrupt);
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | iwcm.c | 301 * based on the abrupt flag 307 int iw_cm_disconnect(struct iw_cm_id *cm_id, int abrupt) in iw_cm_disconnect() argument 352 if (abrupt) in iw_cm_disconnect()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | iwcm.c | 300 * based on the abrupt flag 306 int iw_cm_disconnect(struct iw_cm_id *cm_id, int abrupt) in iw_cm_disconnect() argument 351 if (abrupt) in iw_cm_disconnect()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
H A D | cm.c | 3641 int c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp) in c4iw_ep_disconnect() argument 3650 pr_debug("ep %p state %s, abrupt %d\n", ep, in c4iw_ep_disconnect() 3651 states[ep->com.state], abrupt); in c4iw_ep_disconnect() 3673 if (abrupt) in c4iw_ep_disconnect() 3694 if (abrupt) { in c4iw_ep_disconnect() 3713 if (abrupt) { in c4iw_ep_disconnect() 3722 if (!abrupt) { in c4iw_ep_disconnect()
|
H A D | iw_cxgb4.h | 1021 int c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp);
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/ |
H A D | cm.c | 3638 int c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp) in c4iw_ep_disconnect() argument 3647 pr_debug("ep %p state %s, abrupt %d\n", ep, in c4iw_ep_disconnect() 3648 states[ep->com.state], abrupt); in c4iw_ep_disconnect() 3670 if (abrupt) in c4iw_ep_disconnect() 3691 if (abrupt) { in c4iw_ep_disconnect() 3710 if (abrupt) { in c4iw_ep_disconnect() 3719 if (!abrupt) { in c4iw_ep_disconnect()
|
H A D | iw_cxgb4.h | 1007 int c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp);
|
Completed in 18 milliseconds