Lines Matching refs:c4iw_ep

147 static void connect_reply_upcall(struct c4iw_ep *ep, int status);
152 static void deref_qp(struct c4iw_ep *ep) in deref_qp()
158 static void ref_qp(struct c4iw_ep *ep) in ref_qp()
164 static void start_ep_timer(struct c4iw_ep *ep) in start_ep_timer()
180 static int stop_ep_timer(struct c4iw_ep *ep) in stop_ep_timer()
237 static void set_emss(struct c4iw_ep *ep, u16 opt) in set_emss()
295 struct c4iw_ep *ep; in _c4iw_free_ep()
297 ep = container_of(kref, struct c4iw_ep, com.kref); in _c4iw_free_ep()
326 static void release_ep_resources(struct c4iw_ep *ep) in release_ep_resources()
450 struct c4iw_ep *ep = handle; in act_open_req_arp_failure()
483 static void send_flowc(struct c4iw_ep *ep, struct sk_buff *skb) in send_flowc()
527 static int send_halfclose(struct c4iw_ep *ep, gfp_t gfp) in send_halfclose()
549 static int send_abort(struct c4iw_ep *ep, struct sk_buff *skb, gfp_t gfp) in send_abort()
574 static void c4iw_form_pm_msg(struct c4iw_ep *ep, in c4iw_form_pm_msg()
594 static void c4iw_record_pm_msg(struct c4iw_ep *ep, in c4iw_record_pm_msg()
603 static int get_remote_addr(struct c4iw_ep *parent_ep, struct c4iw_ep *child_ep) in get_remote_addr()
633 static int send_connect(struct c4iw_ep *ep) in send_connect()
849 static void send_mpa_req(struct c4iw_ep *ep, struct sk_buff *skb, in send_mpa_req()
944 static int send_mpa_reject(struct c4iw_ep *ep, const void *pdata, u8 plen) in send_mpa_reject()
1024 static int send_mpa_reply(struct c4iw_ep *ep, const void *pdata, u8 plen) in send_mpa_reply()
1111 struct c4iw_ep *ep; in act_establish()
1150 static void close_complete_upcall(struct c4iw_ep *ep, int status) in close_complete_upcall()
1168 static int abort_connection(struct c4iw_ep *ep, struct sk_buff *skb, gfp_t gfp) in abort_connection()
1176 static void peer_close_upcall(struct c4iw_ep *ep) in peer_close_upcall()
1191 static void peer_abort_upcall(struct c4iw_ep *ep) in peer_abort_upcall()
1209 static void connect_reply_upcall(struct c4iw_ep *ep, int status) in connect_reply_upcall()
1253 static int connect_request_upcall(struct c4iw_ep *ep) in connect_request_upcall()
1291 static void established_upcall(struct c4iw_ep *ep) in established_upcall()
1307 static int update_rx_credits(struct c4iw_ep *ep, u32 credits) in update_rx_credits()
1343 static int process_mpa_reply(struct c4iw_ep *ep, struct sk_buff *skb) in process_mpa_reply()
1579 static void process_mpa_request(struct c4iw_ep *ep, struct sk_buff *skb) in process_mpa_request()
1731 struct c4iw_ep *ep; in rx_data()
1784 struct c4iw_ep *ep; in abort_rpl()
1815 static void send_fw_act_open_req(struct c4iw_ep *ep, unsigned int atid) in send_fw_act_open_req()
1920 static void set_tcp_window(struct c4iw_ep *ep, struct port_info *pi) in set_tcp_window()
1929 static int import_ep(struct c4iw_ep *ep, int iptype, __u8 *peer_ip, in import_ep()
2012 static int c4iw_reconnect(struct c4iw_ep *ep) in c4iw_reconnect()
2100 struct c4iw_ep *ep; in act_open_rpl()
2239 static void accept_cr(struct c4iw_ep *ep, struct sk_buff *skb, in accept_cr()
2381 struct c4iw_ep *child_ep = NULL, *parent_ep; in pass_accept_req()
2538 struct c4iw_ep *ep; in pass_establish()
2565 struct c4iw_ep *ep; in peer_close()
2651 struct c4iw_ep *ep; in peer_abort()
2786 struct c4iw_ep *ep; in close_con_rpl()
2835 struct c4iw_ep *ep; in terminate()
2860 struct c4iw_ep *ep; in fw4_ack()
2890 struct c4iw_ep *ep = to_ep(cm_id); in c4iw_reject_cr()
2919 struct c4iw_ep *ep = to_ep(cm_id); in c4iw_accept_cr()
3089 struct c4iw_ep *ep; in c4iw_connect()
3466 int c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp) in c4iw_ep_disconnect()
3541 struct c4iw_ep *ep; in active_ofld_conn_reply()
3544 ep = (struct c4iw_ep *)lookup_atid(dev->rdev.lldi.tids, in active_ofld_conn_reply()
3787 struct c4iw_ep *lep; in rx_pkt()
3812 lep = (struct c4iw_ep *)lookup_stid(dev->rdev.lldi.tids, stid); in rx_pkt()
3939 static void process_timeout(struct c4iw_ep *ep) in process_timeout()
3990 struct c4iw_ep *ep; in process_timedout_eps()
4001 ep = list_entry(tmp, struct c4iw_ep, entry); in process_timedout_eps()
4034 struct c4iw_ep *ep = (struct c4iw_ep *)arg; in ep_timeout()
4116 struct c4iw_ep *ep; in peer_abort_intr()