Searched refs:sk_to_qp (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_cm.c117 qp = sk_to_qp(sk);
H A Dsiw_cm.h130 #define sk_to_qp(sk) (((struct siw_cep *)((sk)->sk_user_data))->qp) macro
H A Dsiw_qp.c102 if (unlikely(!sk->sk_user_data || !sk_to_qp(sk)))
105 qp = sk_to_qp(sk);

Completed in 460 milliseconds