Lines Matching refs:c4iw_ep

144 static void connect_reply_upcall(struct c4iw_ep *ep, int status);
163 static void deref_qp(struct c4iw_ep *ep)
170 static void ref_qp(struct c4iw_ep *ep)
177 static void start_ep_timer(struct c4iw_ep *ep)
191 static int stop_ep_timer(struct c4iw_ep *ep)
248 static void set_emss(struct c4iw_ep *ep, u16 opt)
330 static void remove_ep_tid(struct c4iw_ep *ep)
341 static int insert_ep_tid(struct c4iw_ep *ep)
356 static struct c4iw_ep *get_ep_from_tid(struct c4iw_dev *dev, unsigned int tid)
358 struct c4iw_ep *ep;
388 struct c4iw_ep *ep;
390 ep = container_of(kref, struct c4iw_ep, com.kref);
417 static void release_ep_resources(struct c4iw_ep *ep)
494 struct c4iw_ep *ep;
496 ep = *((struct c4iw_ep **)(skb->cb + 2 * sizeof(void *)));
503 struct c4iw_ep *ep;
505 ep = *((struct c4iw_ep **)(skb->cb + 2 * sizeof(void *)));
517 static void queue_arp_failure_cpl(struct c4iw_ep *ep, struct sk_buff *skb,
529 *((struct c4iw_ep **)(skb->cb + 2 * sizeof(void *))) = ep;
536 struct c4iw_ep *ep = handle;
550 struct c4iw_ep *ep = handle;
573 struct c4iw_ep *ep = handle;
588 static int send_flowc(struct c4iw_ep *ep)
646 static int send_halfclose(struct c4iw_ep *ep)
661 static void read_tcb(struct c4iw_ep *ep)
687 static int send_abort_req(struct c4iw_ep *ep)
702 static int send_abort(struct c4iw_ep *ep)
713 static int send_connect(struct c4iw_ep *ep)
940 static int send_mpa_req(struct c4iw_ep *ep, struct sk_buff *skb,
1045 static int send_mpa_reject(struct c4iw_ep *ep, const void *pdata, u8 plen)
1125 static int send_mpa_reply(struct c4iw_ep *ep, const void *pdata, u8 plen)
1216 struct c4iw_ep *ep;
1267 static void close_complete_upcall(struct c4iw_ep *ep, int status)
1284 static void peer_close_upcall(struct c4iw_ep *ep)
1299 static void peer_abort_upcall(struct c4iw_ep *ep)
1316 static void connect_reply_upcall(struct c4iw_ep *ep, int status)
1359 static int connect_request_upcall(struct c4iw_ep *ep)
1397 static void established_upcall(struct c4iw_ep *ep)
1413 static int update_rx_credits(struct c4iw_ep *ep, u32 credits)
1459 static int process_mpa_reply(struct c4iw_ep *ep, struct sk_buff *skb)
1705 static int process_mpa_request(struct c4iw_ep *ep, struct sk_buff *skb)
1846 struct c4iw_ep *ep;
1897 static void complete_cached_srq_buffers(struct c4iw_ep *ep, u32 srqidx)
1920 struct c4iw_ep *ep;
1958 static int send_fw_act_open_req(struct c4iw_ep *ep, unsigned int atid)
2061 static void set_tcp_window(struct c4iw_ep *ep, struct port_info *pi)
2071 static int import_ep(struct c4iw_ep *ep, int iptype, __u8 *peer_ip,
2154 static int c4iw_reconnect(struct c4iw_ep *ep)
2269 struct c4iw_ep *ep;
2415 static int accept_cr(struct c4iw_ep *ep, struct sk_buff *skb,
2518 struct c4iw_ep *child_ep = NULL, *parent_ep;
2533 parent_ep = (struct c4iw_ep *)get_ep_from_stid(dev, stid);
2681 struct c4iw_ep *ep;
2714 struct c4iw_ep *ep;
2800 static void finish_peer_abort(struct c4iw_dev *dev, struct c4iw_ep *ep)
2818 struct c4iw_ep *ep;
2977 struct c4iw_ep *ep;
3027 struct c4iw_ep *ep;
3059 struct c4iw_ep *ep;
3096 struct c4iw_ep *ep = to_ep(cm_id);
3124 struct c4iw_ep *ep = to_ep(cm_id);
3303 struct c4iw_ep *ep;
3641 int c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp)
3751 struct c4iw_ep *ep;
3754 ep = (struct c4iw_ep *)lookup_atid(dev->rdev.lldi.tids,
3853 struct c4iw_ep *ep;
4072 struct c4iw_ep *lep = NULL;
4096 lep = (struct c4iw_ep *)get_ep_from_stid(dev, stid);
4226 static void process_timeout(struct c4iw_ep *ep)
4276 struct c4iw_ep *ep;
4287 ep = list_entry(tmp, struct c4iw_ep, entry);
4325 struct c4iw_ep *ep = from_timer(ep, t, timer);
4407 struct c4iw_ep *ep;