Searched refs:siw_cep (Results 1 – 4 of 4) sorted by relevance
37 struct siw_cep { struct48 struct siw_cep *listen_cep; argument89 struct siw_cep *cep;120 void siw_cep_get(struct siw_cep *cep);121 void siw_cep_put(struct siw_cep *cep);122 int siw_cm_queue_work(struct siw_cep *cep, enum siw_work_type type);130 #define sk_to_qp(sk) (((struct siw_cep *)((sk)->sk_user_data))->qp)131 #define sk_to_cep(sk) ((struct siw_cep *)((sk)->sk_user_data))
39 static int siw_cm_upcall(struct siw_cep *cep, enum iw_cm_event_type reason,54 struct siw_cep *cep = sk_to_cep(sk); in siw_sk_save_upcalls()64 static void siw_sk_restore_upcalls(struct sock *sk, struct siw_cep *cep) in siw_sk_restore_upcalls()73 static void siw_qp_socket_assoc(struct siw_cep *cep, struct siw_qp *qp) in siw_qp_socket_assoc()90 struct siw_cep *cep; in siw_socket_disassoc()109 struct siw_cep *cep; in siw_rtr_data_ready()143 static void siw_sk_assign_rtr_upcalls(struct siw_cep *cep) in siw_sk_assign_rtr_upcalls()153 static void siw_cep_socket_assoc(struct siw_cep *cep, struct socket *s) in siw_cep_socket_assoc()163 static struct siw_cep *siw_cep_alloc(struct siw_device *sdev) in siw_cep_alloc()165 struct siw_cep *cep = kzalloc(sizeof(*cep), GFP_KERNEL); in siw_cep_alloc()[all …]
427 struct siw_cep *cep;
188 struct siw_cep *cep; in siw_qp_llp_write_space()