Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dcm.c146 static void connect_reply_upcall(struct c4iw_ep *ep, int status);
151 static void deref_qp(struct c4iw_ep *ep) in deref_qp()
157 static void ref_qp(struct c4iw_ep *ep) in ref_qp()
163 static void start_ep_timer(struct c4iw_ep *ep) in start_ep_timer()
179 static int stop_ep_timer(struct c4iw_ep *ep) in stop_ep_timer()
236 static void set_emss(struct c4iw_ep *ep, u16 opt) in set_emss()
294 struct c4iw_ep *ep; in _c4iw_free_ep()
296 ep = container_of(kref, struct c4iw_ep, com.kref); in _c4iw_free_ep()
315 static void release_ep_resources(struct c4iw_ep *ep) in release_ep_resources()
439 struct c4iw_ep *ep = handle; in act_open_req_arp_failure()
[all …]
Diw_cxgb4.h470 struct c4iw_ep *llp_stream_handle;
482 struct c4iw_ep *ep;
823 struct c4iw_ep { struct
825 struct c4iw_ep *parent_ep; argument
897 static inline struct c4iw_ep *to_ep(struct iw_cm_id *cm_id) in to_ep()
1019 int c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp);
Dqp.c1190 struct c4iw_ep *ep) in rdma_fini()
1345 struct c4iw_ep *ep = NULL; in c4iw_modify_qp()
Ddevice.c543 struct c4iw_ep *ep = p; in dump_ep()