Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dcm.c147 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()
[all …]
Diw_cxgb4.h458 struct c4iw_ep *llp_stream_handle;
470 struct c4iw_ep *ep;
811 struct c4iw_ep { struct
813 struct c4iw_ep *parent_ep; argument
885 static inline struct c4iw_ep *to_ep(struct iw_cm_id *cm_id) in to_ep()
1008 int c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp);
Dqp.c1203 struct c4iw_ep *ep) in rdma_fini()
1358 struct c4iw_ep *ep = NULL; in c4iw_modify_qp()
Ddevice.c543 struct c4iw_ep *ep = p; in dump_ep()