Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/sw/siw/
Dsiw_verbs.c250 siw_qp_get(to_siw_qp(base_qp)); in siw_qp_get_ref()
255 siw_qp_put(to_siw_qp(base_qp)); in siw_qp_put_ref()
299 struct siw_qp *qp = to_siw_qp(ibqp); in siw_create_qp()
513 qp = to_siw_qp(base_qp); in siw_query_qp()
546 struct siw_qp *qp = to_siw_qp(base_qp); in siw_verbs_modify_qp()
592 struct siw_qp *qp = to_siw_qp(base_qp); in siw_destroy_qp()
760 struct siw_qp *qp = to_siw_qp(base_qp); in siw_post_send()
1000 struct siw_qp *qp = to_siw_qp(base_qp); in siw_post_receive()
Dsiw.h568 static inline struct siw_qp *to_siw_qp(struct ib_qp *base_qp) in to_siw_qp() function