Home
last modified time | relevance | path

Searched refs:to_siw_base_qp (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/infiniband/sw/siw/
Dsiw.h580 static inline struct siw_base_qp *to_siw_base_qp(struct ib_qp *base_qp) in to_siw_base_qp() function
587 return to_siw_base_qp(base_qp)->qp; in to_siw_qp()
Dsiw_qp.c1315 struct siw_base_qp *siw_base_qp = to_siw_base_qp(qp->ib_qp); in siw_free_qp()