Home
last modified time | relevance | path

Searched refs:siw_cep (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/infiniband/sw/siw/
H A Dsiw_cm.h37 struct siw_cep { struct
48 struct siw_cep *listen_cep; argument
89 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))
H A Dsiw_cm.c39 static int siw_cm_upcall(struct siw_cep *cep, enum iw_cm_event_type reason,
93 struct siw_cep *cep = sk_to_cep(sk); in siw_sk_assign_cm_upcalls()
108 static void siw_sk_restore_upcalls(struct sock *sk, struct siw_cep *cep) in siw_sk_restore_upcalls()
117 static void siw_qp_socket_assoc(struct siw_cep *cep, struct siw_qp *qp) in siw_qp_socket_assoc()
134 struct siw_cep *cep; in siw_socket_disassoc()
153 struct siw_cep *cep; in siw_rtr_data_ready()
187 static void siw_sk_assign_rtr_upcalls(struct siw_cep *cep) in siw_sk_assign_rtr_upcalls()
197 static void siw_cep_socket_assoc(struct siw_cep *cep, struct socket *s) in siw_cep_socket_assoc()
206 static struct siw_cep *siw_cep_alloc(struct siw_device *sdev) in siw_cep_alloc()
208 struct siw_cep *cep = kzalloc_obj(*cep); in siw_cep_alloc()
[all …]
H A Dsiw.h425 struct siw_cep *cep;
H A Dsiw_qp.c188 struct siw_cep *cep; in siw_qp_llp_write_space()