Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/sw/siw/
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))
Dsiw_cm.c38 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()
[all …]
Dsiw.h426 struct siw_cep *cep;
Dsiw_qp.c185 struct siw_cep *cep; in siw_qp_llp_write_space()