Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/sw/siw/
Dsiw_verbs.c256 siw_qp_get(to_siw_qp(base_qp)); in siw_qp_get_ref()
261 siw_qp_put(to_siw_qp(base_qp)); in siw_qp_put_ref()
305 struct siw_qp *qp = to_siw_qp(ibqp); in siw_create_qp()
511 qp = to_siw_qp(base_qp); in siw_query_qp()
545 struct siw_qp *qp = to_siw_qp(base_qp); in siw_verbs_modify_qp()
591 struct siw_qp *qp = to_siw_qp(base_qp); in siw_destroy_qp()
759 struct siw_qp *qp = to_siw_qp(base_qp); in siw_post_send()
999 struct siw_qp *qp = to_siw_qp(base_qp); in siw_post_receive()
Dsiw.h564 static inline struct siw_qp *to_siw_qp(struct ib_qp *base_qp) in to_siw_qp() function