Lines Matching defs:ep

113 static void start_ep_timer(struct iwch_ep *ep)  in start_ep_timer()
127 static void stop_ep_timer(struct iwch_ep *ep) in stop_ep_timer()
187 int iwch_quiesce_tid(struct iwch_ep *ep) in iwch_quiesce_tid()
208 int iwch_resume_tid(struct iwch_ep *ep) in iwch_resume_tid()
229 static void set_emss(struct iwch_ep *ep, u16 opt) in set_emss()
283 struct iwch_ep *ep; in __free_ep() local
295 static void release_ep_resources(struct iwch_ep *ep) in release_ep_resources()
388 static int send_halfclose(struct iwch_ep *ep, gfp_t gfp) in send_halfclose()
408 static int send_abort(struct iwch_ep *ep, struct sk_buff *skb, gfp_t gfp) in send_abort()
429 static int send_connect(struct iwch_ep *ep) in send_connect()
474 static void send_mpa_req(struct iwch_ep *ep, struct sk_buff *skb) in send_mpa_req()
534 static int send_mpa_reject(struct iwch_ep *ep, const void *pdata, u8 plen) in send_mpa_reject()
582 static int send_mpa_reply(struct iwch_ep *ep, const void *pdata, u8 plen) in send_mpa_reply()
635 struct iwch_ep *ep = ctx; in act_establish() local
661 static void abort_connection(struct iwch_ep *ep, struct sk_buff *skb, gfp_t gfp) in abort_connection()
668 static void close_complete_upcall(struct iwch_ep *ep) in close_complete_upcall()
685 static void peer_close_upcall(struct iwch_ep *ep) in peer_close_upcall()
699 static void peer_abort_upcall(struct iwch_ep *ep) in peer_abort_upcall()
717 static void connect_reply_upcall(struct iwch_ep *ep, int status) in connect_reply_upcall()
744 static void connect_request_upcall(struct iwch_ep *ep) in connect_request_upcall()
771 static void established_upcall(struct iwch_ep *ep) in established_upcall()
789 static int update_rx_credits(struct iwch_ep *ep, u32 credits) in update_rx_credits()
810 static void process_mpa_reply(struct iwch_ep *ep, struct sk_buff *skb) in process_mpa_reply()
938 static void process_mpa_request(struct iwch_ep *ep, struct sk_buff *skb) in process_mpa_request()
1042 struct iwch_ep *ep = ctx; in rx_data() local
1088 struct iwch_ep *ep = ctx; in tx_ack() local
1135 struct iwch_ep *ep = ctx; in abort_rpl() local
1180 struct iwch_ep *ep = ctx; in act_open_rpl() local
1196 static int listen_start(struct iwch_listen_ep *ep) in listen_start()
1226 struct iwch_listen_ep *ep = ctx; in pass_open_rpl() local
1238 static int listen_stop(struct iwch_listen_ep *ep) in listen_stop()
1260 struct iwch_listen_ep *ep = ctx; in close_listsrv_rpl() local
1270 static void accept_cr(struct iwch_ep *ep, __be32 peer_ip, struct sk_buff *skb) in accept_cr()
1419 struct iwch_ep *ep = ctx; in pass_establish() local
1437 struct iwch_ep *ep = ctx; in peer_close() local
1529 struct iwch_ep *ep = ctx; in peer_abort() local
1639 struct iwch_ep *ep = ctx; in close_con_rpl() local
1693 struct iwch_ep *ep = ctx; in terminate() local
1711 struct iwch_ep *ep = ctx; in ec_status() local
1732 struct iwch_ep *ep = (struct iwch_ep *)arg; in ep_timeout() local
1773 struct iwch_ep *ep = to_ep(cm_id); in iwch_reject_cr() local
1796 struct iwch_ep *ep = to_ep(cm_id); in iwch_accept_cr() local
1888 struct iwch_ep *ep; in iwch_connect() local
1978 struct iwch_listen_ep *ep; in iwch_create_listen() local
2031 struct iwch_listen_ep *ep = to_listen_ep(cm_id); in iwch_destroy_listen() local
2051 int iwch_ep_disconnect(struct iwch_ep *ep, int abrupt, gfp_t gfp) in iwch_ep_disconnect()
2125 struct iwch_ep *ep = ctx; in iwch_ep_redirect() local
2165 void *ep; in process_work() local