Home
last modified time | relevance | path

Searched refs:siw_base_qp (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/infiniband/sw/siw/
Dsiw_verbs.c311 struct siw_base_qp *siw_base_qp = NULL; in siw_create_qp() local
364 siw_base_qp = kzalloc(sizeof(*siw_base_qp), GFP_KERNEL); in siw_create_qp()
365 if (!siw_base_qp) { in siw_create_qp()
374 siw_base_qp->qp = qp; in siw_create_qp()
375 qp->ib_qp = &siw_base_qp->base_qp; in siw_create_qp()
501 kfree(siw_base_qp); in siw_create_qp()
Dsiw.h485 struct siw_base_qp { struct
580 static inline struct siw_base_qp *to_siw_base_qp(struct ib_qp *base_qp) in to_siw_base_qp()
582 return container_of(base_qp, struct siw_base_qp, base_qp); in to_siw_base_qp()
Dsiw_qp.c1315 struct siw_base_qp *siw_base_qp = to_siw_base_qp(qp->ib_qp); in siw_free_qp() local
1338 kfree(siw_base_qp); in siw_free_qp()