Searched refs:c4iw_ep_disconnect (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | cm.c | 428 c4iw_ep_disconnect(ep, 1, GFP_KERNEL); in process_timeout() 668 c4iw_ep_disconnect(ep, 0, M_NOWAIT); in process_peer_close() 904 c4iw_ep_disconnect(ep, disconnect == 2, GFP_KERNEL); in process_data() 1041 c4iw_ep_disconnect(new_ep, 1, GFP_KERNEL); in process_newconn() 2389 err = c4iw_ep_disconnect(ep, abort != 0, GFP_KERNEL); in c4iw_reject_cr() 2391 c4iw_ep_disconnect(ep, abort != 0, GFP_KERNEL); in c4iw_reject_cr() 2519 c4iw_ep_disconnect(ep, 1, GFP_KERNEL); in c4iw_accept_cr() 2808 ret = c4iw_ep_disconnect(ep, abrupt, gfp); in __c4iw_ep_disconnect() 2813 int c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp) in c4iw_ep_disconnect() function
|
H A D | iw_cxgbe.h | 969 int c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp);
|