Lines Matching defs:ep

132 #define START_EP_TIMER(ep) \  argument
139 #define STOP_EP_TIMER(ep) \ argument
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()
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()
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() local
1099 struct c4iw_ep *ep; in terminate() local
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() local
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() local
2404 struct c4iw_ep *ep = to_ep(cm_id); in c4iw_accept_cr() local
2595 struct c4iw_ep *ep = NULL; in c4iw_connect() local
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() local
2957 struct c4iw_ep *ep = (struct c4iw_ep *)arg; in ep_timeout() local
3004 process_terminate(struct c4iw_ep *ep) in process_terminate()