Lines Matching refs:erdma_cep

37 	struct erdma_cep *cep = sk_to_cep(sk);  in erdma_sk_save_upcalls()
46 static void erdma_sk_restore_upcalls(struct sock *sk, struct erdma_cep *cep) in erdma_sk_restore_upcalls()
57 struct erdma_cep *cep; in erdma_socket_disassoc()
74 static void erdma_cep_socket_assoc(struct erdma_cep *cep, struct socket *s) in erdma_cep_socket_assoc()
84 static void erdma_disassoc_listen_cep(struct erdma_cep *cep) in erdma_disassoc_listen_cep()
92 static struct erdma_cep *erdma_cep_alloc(struct erdma_dev *dev) in erdma_cep_alloc()
94 struct erdma_cep *cep = kzalloc(sizeof(*cep), GFP_KERNEL); in erdma_cep_alloc()
117 static void erdma_cm_free_work(struct erdma_cep *cep) in erdma_cm_free_work()
129 static void erdma_cancel_mpatimer(struct erdma_cep *cep) in erdma_cancel_mpatimer()
150 static void erdma_cep_set_inuse(struct erdma_cep *cep) in erdma_cep_set_inuse()
168 static void erdma_cep_set_free(struct erdma_cep *cep) in erdma_cep_set_free()
181 struct erdma_cep *cep = container_of(ref, struct erdma_cep, ref); in __erdma_cep_dealloc()
200 static struct erdma_cm_work *erdma_get_work(struct erdma_cep *cep) in erdma_get_work()
215 static int erdma_cm_alloc_work(struct erdma_cep *cep, int num) in erdma_cm_alloc_work()
234 static int erdma_cm_upcall(struct erdma_cep *cep, enum iw_cm_event_type reason, in erdma_cm_upcall()
272 struct erdma_cep *cep = qp->cep; in erdma_qp_cm_drop()
321 void erdma_cep_put(struct erdma_cep *cep) in erdma_cep_put()
327 void erdma_cep_get(struct erdma_cep *cep) in erdma_cep_get()
332 static int erdma_send_mpareqrep(struct erdma_cep *cep, const void *pdata, in erdma_send_mpareqrep()
378 static int __recv_mpa_hdr(struct erdma_cep *cep, int hdr_rcvd, char *hdr, in __recv_mpa_hdr()
439 static int erdma_recv_mpa_rr(struct erdma_cep *cep) in erdma_recv_mpa_rr()
525 static int erdma_proc_mpareq(struct erdma_cep *cep) in erdma_proc_mpareq()
568 static int erdma_proc_mpareply(struct erdma_cep *cep) in erdma_proc_mpareply()
638 static void erdma_accept_newconn(struct erdma_cep *cep) in erdma_accept_newconn()
642 struct erdma_cep *new_cep = NULL; in erdma_accept_newconn()
717 static int erdma_newconn_connected(struct erdma_cep *cep) in erdma_newconn_connected()
741 struct erdma_cep *cep; in erdma_cm_work_handler()
892 int erdma_cm_queue_work(struct erdma_cep *cep, enum erdma_work_type type) in erdma_cm_queue_work()
927 struct erdma_cep *cep; in erdma_cm_llp_data_ready()
947 struct erdma_cep *cep = sk_to_cep(sk); in erdma_cm_llp_error_report()
955 struct erdma_cep *cep; in erdma_cm_llp_state_change()
1004 struct erdma_cep *cep = NULL; in erdma_connect()
1130 struct erdma_cep *cep = (struct erdma_cep *)id->provider_data; in erdma_accept()
1259 struct erdma_cep *cep = (struct erdma_cep *)id->provider_data; in erdma_reject()
1293 struct erdma_cep *cep = NULL; in erdma_create_listen()
1378 struct erdma_cep *cep = in erdma_drop_listeners()
1379 list_entry(p, struct erdma_cep, listenq); in erdma_drop_listeners()