Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
HDcm.c89 static void start_ep_timer(struct c4iw_ep *ep);
90 static int stop_ep_timer(struct c4iw_ep *ep);
91 static int set_tcpinfo(struct c4iw_ep *ep);
92 static void process_timeout(struct c4iw_ep *ep);
96 static int send_mpa_req(struct c4iw_ep *ep);
97 static int send_mpa_reject(struct c4iw_ep *ep, const void *pdata, u8 plen);
98 static int send_mpa_reply(struct c4iw_ep *ep, const void *pdata, u8 plen);
99 static void close_complete_upcall(struct c4iw_ep *ep, int status);
100 static int send_abort(struct c4iw_ep *ep);
101 static void peer_close_upcall(struct c4iw_ep *ep);
[all …]
HDiw_cxgbe.h460 struct c4iw_ep *llp_stream_handle;
471 struct c4iw_ep *ep;
845 struct c4iw_ep { struct
872 static inline struct c4iw_ep *to_ep(struct iw_cm_id *cm_id) in to_ep() argument
966 int c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp);
967 int __c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp);
HDqp.c1238 rdma_fini(struct c4iw_dev *rhp, struct c4iw_qp *qhp, struct c4iw_ep *ep) in rdma_fini()
1338 struct c4iw_ep *ep = qhp->ep; in rdma_init()
1435 struct c4iw_ep *ep = NULL; in c4iw_modify_qp()