Lines Matching refs:siw_cep

39 static int siw_cm_upcall(struct siw_cep *cep, enum iw_cm_event_type reason,
44 struct siw_cep *cep = sk_to_cep(sk); in siw_sk_assign_cm_upcalls()
59 static void siw_sk_restore_upcalls(struct sock *sk, struct siw_cep *cep) in siw_sk_restore_upcalls()
68 static void siw_qp_socket_assoc(struct siw_cep *cep, struct siw_qp *qp) in siw_qp_socket_assoc()
85 struct siw_cep *cep; in siw_socket_disassoc()
104 struct siw_cep *cep; in siw_rtr_data_ready()
138 static void siw_sk_assign_rtr_upcalls(struct siw_cep *cep) in siw_sk_assign_rtr_upcalls()
148 static void siw_cep_socket_assoc(struct siw_cep *cep, struct socket *s) in siw_cep_socket_assoc()
157 static struct siw_cep *siw_cep_alloc(struct siw_device *sdev) in siw_cep_alloc()
159 struct siw_cep *cep = kzalloc(sizeof(*cep), GFP_KERNEL); in siw_cep_alloc()
184 static void siw_cm_free_work(struct siw_cep *cep) in siw_cm_free_work()
196 static void siw_cancel_mpatimer(struct siw_cep *cep) in siw_cancel_mpatimer()
217 static void siw_cep_set_inuse(struct siw_cep *cep) in siw_cep_set_inuse()
235 static void siw_cep_set_free(struct siw_cep *cep) in siw_cep_set_free()
248 struct siw_cep *cep = container_of(ref, struct siw_cep, ref); in __siw_cep_dealloc()
269 static struct siw_cm_work *siw_get_work(struct siw_cep *cep) in siw_get_work()
283 static int siw_cm_alloc_work(struct siw_cep *cep, int num) in siw_cm_alloc_work()
306 static int siw_cm_upcall(struct siw_cep *cep, enum iw_cm_event_type reason, in siw_cm_upcall()
361 static void siw_free_cm_id(struct siw_cep *cep) in siw_free_cm_id()
370 static void siw_destroy_cep_sock(struct siw_cep *cep) in siw_destroy_cep_sock()
389 struct siw_cep *cep = qp->cep; in siw_qp_cm_drop()
445 void siw_cep_put(struct siw_cep *cep) in siw_cep_put()
451 static void siw_cep_set_free_and_put(struct siw_cep *cep) in siw_cep_set_free_and_put()
457 void siw_cep_get(struct siw_cep *cep) in siw_cep_get()
465 static int siw_send_mpareqrep(struct siw_cep *cep, const void *pdata, u8 pd_len) in siw_send_mpareqrep()
512 static int siw_recv_mpa_rr(struct siw_cep *cep) in siw_recv_mpa_rr()
602 static int siw_proc_mpareq(struct siw_cep *cep) in siw_proc_mpareq()
727 static int siw_proc_mpareply(struct siw_cep *cep) in siw_proc_mpareply()
920 static void siw_accept_newconn(struct siw_cep *cep) in siw_accept_newconn()
924 struct siw_cep *new_cep = NULL; in siw_accept_newconn()
1012 struct siw_cep *cep; in siw_cm_work_handler()
1198 int siw_cm_queue_work(struct siw_cep *cep, enum siw_work_type type) in siw_cm_queue_work()
1232 struct siw_cep *cep; in siw_cm_llp_data_ready()
1268 struct siw_cep *cep = sk_to_cep(sk); in siw_cm_llp_write_space()
1276 struct siw_cep *cep = sk_to_cep(sk); in siw_cm_llp_error_report()
1287 struct siw_cep *cep; in siw_cm_llp_state_change()
1356 struct siw_cep *cep = NULL; in siw_connect()
1554 struct siw_cep *cep = (struct siw_cep *)id->provider_data; in siw_accept()
1722 struct siw_cep *cep = (struct siw_cep *)id->provider_data; in siw_reject()
1761 struct siw_cep *cep = NULL; in siw_create_listen()
1895 struct siw_cep *cep = list_entry(p, struct siw_cep, listenq); in siw_drop_listeners()