Home
last modified time | relevance | path

Searched refs:iwch_ep (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/infiniband/hw/cxgb3/
Diwch_cm.h175 struct iwch_ep { struct
177 struct iwch_ep *parent_ep; argument
196 static inline struct iwch_ep *to_ep(struct iw_cm_id *cm_id) in to_ep() argument
222 int iwch_ep_disconnect(struct iwch_ep *ep, int abrupt, gfp_t gfp);
223 int iwch_quiesce_tid(struct iwch_ep *ep);
224 int iwch_resume_tid(struct iwch_ep *ep);
226 void iwch_rearp(struct iwch_ep *ep);
Diwch_cm.c111 static void connect_reply_upcall(struct iwch_ep *ep, int status);
113 static void start_ep_timer(struct iwch_ep *ep) in start_ep_timer()
127 static void stop_ep_timer(struct iwch_ep *ep) in stop_ep_timer()
187 int iwch_quiesce_tid(struct iwch_ep *ep) in iwch_quiesce_tid()
208 int iwch_resume_tid(struct iwch_ep *ep) in iwch_resume_tid()
229 static void set_emss(struct iwch_ep *ep, u16 opt) in set_emss()
283 struct iwch_ep *ep; in __free_ep()
285 struct iwch_ep, com); in __free_ep()
295 static void release_ep_resources(struct iwch_ep *ep) in release_ep_resources()
387 static int send_halfclose(struct iwch_ep *ep, gfp_t gfp) in send_halfclose()
[all …]
Diwch_provider.h153 struct iwch_ep *llp_stream_handle;
161 struct iwch_ep *ep;
Diwch_qp.c947 struct iwch_ep *ep = NULL; in iwch_modify_qp()