Lines Matching refs:siw_cep

38 static int siw_cm_upcall(struct siw_cep *cep, enum iw_cm_event_type reason,
53 struct siw_cep *cep = sk_to_cep(sk); in siw_sk_save_upcalls()
63 static void siw_sk_restore_upcalls(struct sock *sk, struct siw_cep *cep) in siw_sk_restore_upcalls()
72 static void siw_qp_socket_assoc(struct siw_cep *cep, struct siw_qp *qp) in siw_qp_socket_assoc()
89 struct siw_cep *cep; in siw_socket_disassoc()
108 struct siw_cep *cep; in siw_rtr_data_ready()
140 static void siw_sk_assign_rtr_upcalls(struct siw_cep *cep) in siw_sk_assign_rtr_upcalls()
150 static void siw_cep_socket_assoc(struct siw_cep *cep, struct socket *s) in siw_cep_socket_assoc()
160 static struct siw_cep *siw_cep_alloc(struct siw_device *sdev) in siw_cep_alloc()
162 struct siw_cep *cep = kzalloc(sizeof(*cep), GFP_KERNEL); in siw_cep_alloc()
187 static void siw_cm_free_work(struct siw_cep *cep) in siw_cm_free_work()
199 static void siw_cancel_mpatimer(struct siw_cep *cep) in siw_cancel_mpatimer()
220 static void siw_cep_set_inuse(struct siw_cep *cep) in siw_cep_set_inuse()
238 static void siw_cep_set_free(struct siw_cep *cep) in siw_cep_set_free()
251 struct siw_cep *cep = container_of(ref, struct siw_cep, ref); in __siw_cep_dealloc()
272 static struct siw_cm_work *siw_get_work(struct siw_cep *cep) in siw_get_work()
286 static int siw_cm_alloc_work(struct siw_cep *cep, int num) in siw_cm_alloc_work()
309 static int siw_cm_upcall(struct siw_cep *cep, enum iw_cm_event_type reason, in siw_cm_upcall()
374 struct siw_cep *cep = qp->cep; in siw_qp_cm_drop()
439 void siw_cep_put(struct siw_cep *cep) in siw_cep_put()
445 void siw_cep_get(struct siw_cep *cep) in siw_cep_get()
453 static int siw_send_mpareqrep(struct siw_cep *cep, const void *pdata, u8 pd_len) in siw_send_mpareqrep()
500 static int siw_recv_mpa_rr(struct siw_cep *cep) in siw_recv_mpa_rr()
590 static int siw_proc_mpareq(struct siw_cep *cep) in siw_proc_mpareq()
715 static int siw_proc_mpareply(struct siw_cep *cep) in siw_proc_mpareply()
907 static void siw_accept_newconn(struct siw_cep *cep) in siw_accept_newconn()
911 struct siw_cep *new_cep = NULL; in siw_accept_newconn()
997 struct siw_cep *cep; in siw_cm_work_handler()
1181 int siw_cm_queue_work(struct siw_cep *cep, enum siw_work_type type) in siw_cm_queue_work()
1215 struct siw_cep *cep; in siw_cm_llp_data_ready()
1245 struct siw_cep *cep = sk_to_cep(sk); in siw_cm_llp_write_space()
1253 struct siw_cep *cep = sk_to_cep(sk); in siw_cm_llp_error_report()
1264 struct siw_cep *cep; in siw_cm_llp_state_change()
1333 struct siw_cep *cep = NULL; in siw_connect()
1534 struct siw_cep *cep = (struct siw_cep *)id->provider_data; in siw_accept()
1723 struct siw_cep *cep = (struct siw_cep *)id->provider_data; in siw_reject()
1766 struct siw_cep *cep = NULL; in siw_create_listen()
1904 struct siw_cep *cep = list_entry(p, struct siw_cep, listenq); in siw_drop_listeners()