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,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()[all …]
424 struct siw_cep *cep;
188 struct siw_cep *cep; in siw_qp_llp_write_space()