Lines Matching refs:iwch_ep

111 static void connect_reply_upcall(struct iwch_ep *ep, int status);
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()
285 struct iwch_ep, com); in __free_ep()
295 static void release_ep_resources(struct iwch_ep *ep) in release_ep_resources()
387 static int send_halfclose(struct iwch_ep *ep, gfp_t gfp) in send_halfclose()
407 static int send_abort(struct iwch_ep *ep, struct sk_buff *skb, gfp_t gfp) in send_abort()
428 static int send_connect(struct iwch_ep *ep) in send_connect()
473 static void send_mpa_req(struct iwch_ep *ep, struct sk_buff *skb) in send_mpa_req()
533 static int send_mpa_reject(struct iwch_ep *ep, const void *pdata, u8 plen) in send_mpa_reject()
581 static int send_mpa_reply(struct iwch_ep *ep, const void *pdata, u8 plen) in send_mpa_reply()
634 struct iwch_ep *ep = ctx; in act_establish()
660 static void abort_connection(struct iwch_ep *ep, struct sk_buff *skb, gfp_t gfp) in abort_connection()
667 static void close_complete_upcall(struct iwch_ep *ep) in close_complete_upcall()
684 static void peer_close_upcall(struct iwch_ep *ep) in peer_close_upcall()
698 static void peer_abort_upcall(struct iwch_ep *ep) in peer_abort_upcall()
716 static void connect_reply_upcall(struct iwch_ep *ep, int status) in connect_reply_upcall()
743 static void connect_request_upcall(struct iwch_ep *ep) in connect_request_upcall()
765 static void established_upcall(struct iwch_ep *ep) in established_upcall()
778 static int update_rx_credits(struct iwch_ep *ep, u32 credits) in update_rx_credits()
799 static void process_mpa_reply(struct iwch_ep *ep, struct sk_buff *skb) in process_mpa_reply()
927 static void process_mpa_request(struct iwch_ep *ep, struct sk_buff *skb) in process_mpa_request()
1031 struct iwch_ep *ep = ctx; in rx_data()
1077 struct iwch_ep *ep = ctx; in tx_ack()
1116 struct iwch_ep *ep = ctx; in abort_rpl()
1161 struct iwch_ep *ep = ctx; in act_open_rpl()
1251 static void accept_cr(struct iwch_ep *ep, __be32 peer_ip, struct sk_buff *skb) in accept_cr()
1319 struct iwch_ep *child_ep, *parent_ep = ctx; in pass_accept_req()
1400 struct iwch_ep *ep = ctx; in pass_establish()
1418 struct iwch_ep *ep = ctx; in peer_close()
1510 struct iwch_ep *ep = ctx; in peer_abort()
1620 struct iwch_ep *ep = ctx; in close_con_rpl()
1674 struct iwch_ep *ep = ctx; in terminate()
1692 struct iwch_ep *ep = ctx; in ec_status()
1713 struct iwch_ep *ep = (struct iwch_ep *)arg; in ep_timeout()
1754 struct iwch_ep *ep = to_ep(cm_id); in iwch_reject_cr()
1777 struct iwch_ep *ep = to_ep(cm_id); in iwch_accept_cr()
1870 struct iwch_ep *ep; in iwch_connect()
2035 int iwch_ep_disconnect(struct iwch_ep *ep, int abrupt, gfp_t gfp) in iwch_ep_disconnect()
2109 struct iwch_ep *ep = ctx; in iwch_ep_redirect()