Lines Matching refs:c4iw_ep

146 static void connect_reply_upcall(struct c4iw_ep *ep, int status);
151 static void deref_qp(struct c4iw_ep *ep) in deref_qp()
157 static void ref_qp(struct c4iw_ep *ep) in ref_qp()
163 static void start_ep_timer(struct c4iw_ep *ep) in start_ep_timer()
179 static int stop_ep_timer(struct c4iw_ep *ep) in stop_ep_timer()
236 static void set_emss(struct c4iw_ep *ep, u16 opt) in set_emss()
294 struct c4iw_ep *ep; in _c4iw_free_ep()
296 ep = container_of(kref, struct c4iw_ep, com.kref); in _c4iw_free_ep()
315 static void release_ep_resources(struct c4iw_ep *ep) in release_ep_resources()
439 struct c4iw_ep *ep = handle; in act_open_req_arp_failure()
466 static void send_flowc(struct c4iw_ep *ep, struct sk_buff *skb) in send_flowc()
510 static int send_halfclose(struct c4iw_ep *ep, gfp_t gfp) in send_halfclose()
532 static int send_abort(struct c4iw_ep *ep, struct sk_buff *skb, gfp_t gfp) in send_abort()
557 static void c4iw_form_pm_msg(struct c4iw_ep *ep, in c4iw_form_pm_msg()
577 static void c4iw_record_pm_msg(struct c4iw_ep *ep, in c4iw_record_pm_msg()
586 static int get_remote_addr(struct c4iw_ep *parent_ep, struct c4iw_ep *child_ep) in get_remote_addr()
616 static int send_connect(struct c4iw_ep *ep) in send_connect()
796 static void send_mpa_req(struct c4iw_ep *ep, struct sk_buff *skb, in send_mpa_req()
891 static int send_mpa_reject(struct c4iw_ep *ep, const void *pdata, u8 plen) in send_mpa_reject()
971 static int send_mpa_reply(struct c4iw_ep *ep, const void *pdata, u8 plen) in send_mpa_reply()
1058 struct c4iw_ep *ep; in act_establish()
1097 static void close_complete_upcall(struct c4iw_ep *ep, int status) in close_complete_upcall()
1115 static int abort_connection(struct c4iw_ep *ep, struct sk_buff *skb, gfp_t gfp) in abort_connection()
1123 static void peer_close_upcall(struct c4iw_ep *ep) in peer_close_upcall()
1138 static void peer_abort_upcall(struct c4iw_ep *ep) in peer_abort_upcall()
1156 static void connect_reply_upcall(struct c4iw_ep *ep, int status) in connect_reply_upcall()
1196 static int connect_request_upcall(struct c4iw_ep *ep) in connect_request_upcall()
1234 static void established_upcall(struct c4iw_ep *ep) in established_upcall()
1250 static int update_rx_credits(struct c4iw_ep *ep, u32 credits) in update_rx_credits()
1286 static int process_mpa_reply(struct c4iw_ep *ep, struct sk_buff *skb) in process_mpa_reply()
1522 static void process_mpa_request(struct c4iw_ep *ep, struct sk_buff *skb) in process_mpa_request()
1674 struct c4iw_ep *ep; in rx_data()
1727 struct c4iw_ep *ep; in abort_rpl()
1758 static void send_fw_act_open_req(struct c4iw_ep *ep, unsigned int atid) in send_fw_act_open_req()
1863 static void set_tcp_window(struct c4iw_ep *ep, struct port_info *pi) in set_tcp_window()
1872 static int import_ep(struct c4iw_ep *ep, int iptype, __u8 *peer_ip, in import_ep()
1953 static int c4iw_reconnect(struct c4iw_ep *ep) in c4iw_reconnect()
2040 struct c4iw_ep *ep; in act_open_rpl()
2164 static void accept_cr(struct c4iw_ep *ep, struct sk_buff *skb, in accept_cr()
2297 struct c4iw_ep *child_ep = NULL, *parent_ep; in pass_accept_req()
2448 struct c4iw_ep *ep; in pass_establish()
2475 struct c4iw_ep *ep; in peer_close()
2561 struct c4iw_ep *ep; in peer_abort()
2687 struct c4iw_ep *ep; in close_con_rpl()
2736 struct c4iw_ep *ep; in terminate()
2761 struct c4iw_ep *ep; in fw4_ack()
2791 struct c4iw_ep *ep = to_ep(cm_id); in c4iw_reject_cr()
2820 struct c4iw_ep *ep = to_ep(cm_id); in c4iw_accept_cr()
2990 struct c4iw_ep *ep; in c4iw_connect()
3355 int c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp) in c4iw_ep_disconnect()
3430 struct c4iw_ep *ep; in active_ofld_conn_reply()
3433 ep = (struct c4iw_ep *)lookup_atid(dev->rdev.lldi.tids, in active_ofld_conn_reply()
3659 struct c4iw_ep *lep; in rx_pkt()
3684 lep = (struct c4iw_ep *)lookup_stid(dev->rdev.lldi.tids, stid); in rx_pkt()
3798 static void process_timeout(struct c4iw_ep *ep) in process_timeout()
3849 struct c4iw_ep *ep; in process_timedout_eps()
3860 ep = list_entry(tmp, struct c4iw_ep, entry); in process_timedout_eps()
3893 struct c4iw_ep *ep = (struct c4iw_ep *)arg; in ep_timeout()
3975 struct c4iw_ep *ep; in peer_abort_intr()