Searched refs:send_abort (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | iwch_cm.c | 407 static int send_abort(struct iwch_ep *ep, struct sk_buff *skb, gfp_t gfp) in send_abort() function 665 send_abort(ep, skb, gfp); in abort_connection() 2129 ret = send_abort(ep, NULL, gfp); in iwch_ep_disconnect()
|
/linux-4.4.14/drivers/target/ |
D | target_core_transport.c | 2972 goto send_abort; in transport_send_task_abort() 2979 send_abort: in transport_send_task_abort()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 549 static int send_abort(struct c4iw_ep *ep, struct sk_buff *skb, gfp_t gfp) in send_abort() function 1173 return send_abort(ep, skb, gfp); in abort_connection() 1573 send_abort(ep, skb, GFP_KERNEL); in process_mpa_reply() 3524 ret = send_abort(ep, NULL, gfp); in c4iw_ep_disconnect()
|