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()
186 int iwch_quiesce_tid(struct iwch_ep *ep) in iwch_quiesce_tid()
207 int iwch_resume_tid(struct iwch_ep *ep) in iwch_resume_tid()
228 static void set_emss(struct iwch_ep *ep, u16 opt) in set_emss()
282 struct iwch_ep *ep; in __free_ep()
284 struct iwch_ep, com); in __free_ep()
294 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()
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()
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()
746 static void connect_request_upcall(struct iwch_ep *ep) in connect_request_upcall()
775 static void established_upcall(struct iwch_ep *ep) in established_upcall()
793 static int update_rx_credits(struct iwch_ep *ep, u32 credits) in update_rx_credits()
814 static void process_mpa_reply(struct iwch_ep *ep, struct sk_buff *skb) in process_mpa_reply()
942 static void process_mpa_request(struct iwch_ep *ep, struct sk_buff *skb) in process_mpa_request()
1046 struct iwch_ep *ep = ctx; in rx_data()
1092 struct iwch_ep *ep = ctx; in tx_ack()
1139 struct iwch_ep *ep = ctx; in abort_rpl()
1184 struct iwch_ep *ep = ctx; in act_open_rpl()
1274 static void accept_cr(struct iwch_ep *ep, __be32 peer_ip, struct sk_buff *skb) in accept_cr()
1342 struct iwch_ep *child_ep, *parent_ep = ctx; in pass_accept_req()
1423 struct iwch_ep *ep = ctx; in pass_establish()
1441 struct iwch_ep *ep = ctx; in peer_close()
1533 struct iwch_ep *ep = ctx; in peer_abort()
1643 struct iwch_ep *ep = ctx; in close_con_rpl()
1697 struct iwch_ep *ep = ctx; in terminate()
1715 struct iwch_ep *ep = ctx; in ec_status()
1736 struct iwch_ep *ep = (struct iwch_ep *)arg; in ep_timeout()
1776 struct iwch_ep *ep = to_ep(cm_id); in iwch_reject_cr()
1799 struct iwch_ep *ep = to_ep(cm_id); in iwch_accept_cr()
1892 struct iwch_ep *ep; in iwch_connect()
2069 int iwch_ep_disconnect(struct iwch_ep *ep, int abrupt, gfp_t gfp) in iwch_ep_disconnect()
2143 struct iwch_ep *ep = ctx; in iwch_ep_redirect()