• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/

Lines Matching refs:c4iw_ep

130 static void connect_reply_upcall(struct c4iw_ep *ep, int status);
135 static void start_ep_timer(struct c4iw_ep *ep)
149 static void stop_ep_timer(struct c4iw_ep *ep)
208 static void set_emss(struct c4iw_ep *ep, u16 opt)
263 struct c4iw_ep *ep;
265 ep = container_of(kref, struct c4iw_ep, com.kref);
275 static void release_ep_resources(struct c4iw_ep *ep)
371 static void send_flowc(struct c4iw_ep *ep, struct sk_buff *skb)
414 static int send_halfclose(struct c4iw_ep *ep, gfp_t gfp)
436 static int send_abort(struct c4iw_ep *ep, struct sk_buff *skb, gfp_t gfp)
458 static int send_connect(struct c4iw_ep *ep)
513 static void send_mpa_req(struct c4iw_ep *ep, struct sk_buff *skb)
572 static int send_mpa_reject(struct c4iw_ep *ep, const void *pdata, u8 plen)
627 static int send_mpa_reply(struct c4iw_ep *ep, const void *pdata, u8 plen)
684 struct c4iw_ep *ep;
716 static void close_complete_upcall(struct c4iw_ep *ep)
733 static int abort_connection(struct c4iw_ep *ep, struct sk_buff *skb, gfp_t gfp)
741 static void peer_close_upcall(struct c4iw_ep *ep)
755 static void peer_abort_upcall(struct c4iw_ep *ep)
773 static void connect_reply_upcall(struct c4iw_ep *ep, int status)
800 static void connect_request_upcall(struct c4iw_ep *ep)
822 static void established_upcall(struct c4iw_ep *ep)
835 static int update_rx_credits(struct c4iw_ep *ep, u32 credits)
861 static void process_mpa_reply(struct c4iw_ep *ep, struct sk_buff *skb)
986 static void process_mpa_request(struct c4iw_ep *ep, struct sk_buff *skb)
1090 struct c4iw_ep *ep;
1132 struct c4iw_ep *ep;
1171 struct c4iw_ep *ep;
1258 static void accept_cr(struct c4iw_ep *ep, __be32 peer_ip, struct sk_buff *skb,
1340 struct c4iw_ep *child_ep, *parent_ep;
1456 struct c4iw_ep *ep;
1479 struct c4iw_ep *ep;
1578 struct c4iw_ep *ep;
1681 struct c4iw_ep *ep;
1728 struct c4iw_ep *ep;
1755 struct c4iw_ep *ep;
1784 struct c4iw_ep *ep = to_ep(cm_id);
1807 struct c4iw_ep *ep = to_ep(cm_id);
1879 struct c4iw_ep *ep;
2106 int c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp)
2196 static void process_timeout(struct c4iw_ep *ep)
2236 struct c4iw_ep *ep;
2245 ep = list_entry(tmp, struct c4iw_ep, entry);
2277 struct c4iw_ep *ep = (struct c4iw_ep *)arg;