Lines Matching refs:c4iw_ep
88 static void start_ep_timer(struct c4iw_ep *ep);
89 static int stop_ep_timer(struct c4iw_ep *ep);
90 static int set_tcpinfo(struct c4iw_ep *ep);
91 static void process_timeout(struct c4iw_ep *ep);
95 static int send_mpa_req(struct c4iw_ep *ep);
96 static int send_mpa_reject(struct c4iw_ep *ep, const void *pdata, u8 plen);
97 static int send_mpa_reply(struct c4iw_ep *ep, const void *pdata, u8 plen);
98 static void close_complete_upcall(struct c4iw_ep *ep, int status);
99 static int send_abort(struct c4iw_ep *ep);
100 static void peer_close_upcall(struct c4iw_ep *ep);
101 static void peer_abort_upcall(struct c4iw_ep *ep);
102 static void connect_reply_upcall(struct c4iw_ep *ep, int status);
103 static int connect_request_upcall(struct c4iw_ep *ep);
104 static void established_upcall(struct c4iw_ep *ep);
105 static int process_mpa_reply(struct c4iw_ep *ep);
106 static int process_mpa_request(struct c4iw_ep *ep);
107 static void process_peer_close(struct c4iw_ep *ep);
108 static void process_conn_error(struct c4iw_ep *ep);
109 static void process_close_complete(struct c4iw_ep *ep);
114 static void process_data(struct c4iw_ep *ep);
115 static void process_connected(struct c4iw_ep *ep);
117 static void process_socket_event(struct c4iw_ep *ep);
118 static void release_ep_resources(struct c4iw_ep *ep);
119 static int process_terminate(struct c4iw_ep *ep);
122 static int add_ep_to_req_list(struct c4iw_ep *ep, int ep_events);
197 static void deref_qp(struct c4iw_ep *ep) in deref_qp()
204 static void ref_qp(struct c4iw_ep *ep) in ref_qp()
387 static void process_timeout(struct c4iw_ep *ep) in process_timeout()
482 process_terminate((struct c4iw_ep *)epc); in process_req()
484 process_timeout((struct c4iw_ep *)epc); in process_req()
486 process_socket_event((struct c4iw_ep *)epc); in process_req()
501 set_tcpinfo(struct c4iw_ep *ep) in set_tcpinfo()
566 process_peer_close(struct c4iw_ep *ep) in process_peer_close()
680 process_conn_error(struct c4iw_ep *ep) in process_conn_error()
754 process_close_complete(struct c4iw_ep *ep) in process_close_complete()
869 process_data(struct c4iw_ep *ep) in process_data()
909 process_connected(struct c4iw_ep *ep) in process_connected()
970 struct c4iw_ep *new_ep = NULL; in process_newconn()
1050 add_ep_to_req_list(struct c4iw_ep *ep, int new_ep_event) in add_ep_to_req_list()
1071 struct c4iw_ep *ep = arg; in c4iw_so_upcall()
1099 struct c4iw_ep *ep; in terminate()
1113 process_socket_event(struct c4iw_ep *ep) in process_socket_event()
1276 start_ep_timer(struct c4iw_ep *ep) in start_ep_timer()
1294 stop_ep_timer(struct c4iw_ep *ep) in stop_ep_timer()
1323 struct c4iw_ep *ep; in _c4iw_free_ep()
1328 ep = container_of(kref, struct c4iw_ep, com.kref); in _c4iw_free_ep()
1341 static void release_ep_resources(struct c4iw_ep *ep) in release_ep_resources()
1350 send_mpa_req(struct c4iw_ep *ep) in send_mpa_req()
1450 static int send_mpa_reject(struct c4iw_ep *ep, const void *pdata, u8 plen) in send_mpa_reject()
1521 static int send_mpa_reply(struct c4iw_ep *ep, const void *pdata, u8 plen) in send_mpa_reply()
1613 static void close_complete_upcall(struct c4iw_ep *ep, int status) in close_complete_upcall()
1633 send_abort(struct c4iw_ep *ep) in send_abort()
1676 static void peer_close_upcall(struct c4iw_ep *ep) in peer_close_upcall()
1693 static void peer_abort_upcall(struct c4iw_ep *ep) in peer_abort_upcall()
1712 static void connect_reply_upcall(struct c4iw_ep *ep, int status) in connect_reply_upcall()
1771 static int connect_request_upcall(struct c4iw_ep *ep) in connect_request_upcall()
1820 static void established_upcall(struct c4iw_ep *ep) in established_upcall()
1854 static int process_mpa_reply(struct c4iw_ep *ep) in process_mpa_reply()
2203 process_mpa_request(struct c4iw_ep *ep) in process_mpa_request()
2361 struct c4iw_ep *ep = to_ep(cm_id); in c4iw_reject_cr()
2404 struct c4iw_ep *ep = to_ep(cm_id); in c4iw_accept_cr()
2595 struct c4iw_ep *ep = NULL; in c4iw_connect()
2804 int __c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp) in __c4iw_ep_disconnect()
2813 int c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp) in c4iw_ep_disconnect()
2937 struct c4iw_ep *ep = ctx; in c4iw_ep_redirect()
2957 struct c4iw_ep *ep = (struct c4iw_ep *)arg; in ep_timeout()
3004 process_terminate(struct c4iw_ep *ep) in process_terminate()