• Home
  • Raw
  • Download

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()
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() local
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() 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()
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() local
1092 struct iwch_ep *ep = ctx; in tx_ack() local
1139 struct iwch_ep *ep = ctx; in abort_rpl() local
1184 struct iwch_ep *ep = ctx; in act_open_rpl() local
1200 static int listen_start(struct iwch_listen_ep *ep) in listen_start()
1230 struct iwch_listen_ep *ep = ctx; in pass_open_rpl() local
1242 static int listen_stop(struct iwch_listen_ep *ep) in listen_stop()
1264 struct iwch_listen_ep *ep = ctx; in close_listsrv_rpl() local
1274 static void accept_cr(struct iwch_ep *ep, __be32 peer_ip, struct sk_buff *skb) in accept_cr()
1423 struct iwch_ep *ep = ctx; in pass_establish() local
1441 struct iwch_ep *ep = ctx; in peer_close() local
1533 struct iwch_ep *ep = ctx; in peer_abort() local
1643 struct iwch_ep *ep = ctx; in close_con_rpl() local
1697 struct iwch_ep *ep = ctx; in terminate() local
1715 struct iwch_ep *ep = ctx; in ec_status() local
1736 struct iwch_ep *ep = (struct iwch_ep *)arg; in ep_timeout() local
1776 struct iwch_ep *ep = to_ep(cm_id); in iwch_reject_cr() local
1799 struct iwch_ep *ep = to_ep(cm_id); in iwch_accept_cr() local
1892 struct iwch_ep *ep; in iwch_connect() local
1990 struct iwch_listen_ep *ep; in iwch_create_listen() local
2049 struct iwch_listen_ep *ep = to_listen_ep(cm_id); in iwch_destroy_listen() local
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() local
2183 void *ep; in process_work() local