Searched refs:c4iw_ep (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 131 static void connect_reply_upcall(struct c4iw_ep *ep, int status); 136 static void start_ep_timer(struct c4iw_ep *ep) in start_ep_timer() 150 static void stop_ep_timer(struct c4iw_ep *ep) in stop_ep_timer() 209 static void set_emss(struct c4iw_ep *ep, u16 opt) in set_emss() 261 struct c4iw_ep *ep; in _c4iw_free_ep() 263 ep = container_of(kref, struct c4iw_ep, com.kref); in _c4iw_free_ep() 273 static void release_ep_resources(struct c4iw_ep *ep) in release_ep_resources() 358 static void send_flowc(struct c4iw_ep *ep, struct sk_buff *skb) in send_flowc() 401 static int send_halfclose(struct c4iw_ep *ep, gfp_t gfp) in send_halfclose() 423 static int send_abort(struct c4iw_ep *ep, struct sk_buff *skb, gfp_t gfp) in send_abort() [all …]
|
D | iw_cxgb4.h | 353 struct c4iw_ep *llp_stream_handle; 361 struct c4iw_ep *ep; 646 struct c4iw_ep { struct 648 struct c4iw_ep *parent_ep; argument 677 static inline struct c4iw_ep *to_ep(struct iw_cm_id *cm_id) in to_ep() argument 783 int c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp);
|
D | qp.c | 999 struct c4iw_ep *ep) in rdma_fini() 1142 struct c4iw_ep *ep = NULL; in c4iw_modify_qp()
|