Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c88 static void start_ep_timer(struct c4iw_ep *ep);
89 static int stop_ep_timer(struct c4iw_ep *ep);
90 static int set_tcpinfo(struct c4iw_ep *ep);
91 static void process_timeout(struct c4iw_ep *ep);
95 static int send_mpa_req(struct c4iw_ep *ep);
96 static int send_mpa_reject(struct c4iw_ep *ep, const void *pdata, u8 plen);
97 static int send_mpa_reply(struct c4iw_ep *ep, const void *pdata, u8 plen);
98 static void close_complete_upcall(struct c4iw_ep *ep, int status);
99 static int send_abort(struct c4iw_ep *ep);
100 static void peer_close_upcall(struct c4iw_ep *ep);
[all …]
H A Diw_cxgbe.h468 struct c4iw_ep *llp_stream_handle;
487 struct c4iw_ep *ep;
849 struct c4iw_ep { struct
876 static inline struct c4iw_ep *to_ep(struct iw_cm_id *cm_id) in to_ep() argument
969 int c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp);
970 int __c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp);
H A Dqp.c1248 rdma_fini(struct c4iw_dev *rhp, struct c4iw_qp *qhp, struct c4iw_ep *ep) in rdma_fini()
1348 struct c4iw_ep *ep = qhp->ep; in rdma_init()
1445 struct c4iw_ep *ep = NULL; in c4iw_modify_qp()