Searched refs:iwch_ep_disconnect (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
D | iwch_ev.c | 142 iwch_ep_disconnect(qhp->ep, 0, GFP_ATOMIC); in iwch_ev_dispatch() 148 iwch_ep_disconnect(qhp->ep, 0, GFP_ATOMIC); in iwch_ev_dispatch()
|
D | iwch_cm.h | 222 int iwch_ep_disconnect(struct iwch_ep *ep, int abrupt, gfp_t gfp);
|
D | iwch_cm.c | 1515 iwch_ep_disconnect(ep, 0, GFP_KERNEL); in peer_close() 1788 err = iwch_ep_disconnect(ep, 0, GFP_KERNEL); in iwch_reject_cr() 2069 int iwch_ep_disconnect(struct iwch_ep *ep, int abrupt, gfp_t gfp) in iwch_ep_disconnect() function
|
D | iwch_qp.c | 1150 iwch_ep_disconnect(ep, abort, GFP_KERNEL); in iwch_modify_qp()
|