Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/sw/siw/
Dsiw_verbs.c288 siw_qp_get(to_siw_qp(base_qp)); in siw_qp_get_ref()
293 siw_qp_put(to_siw_qp(base_qp)); in siw_qp_put_ref()
530 qp = to_siw_qp(base_qp); in siw_query_qp()
563 struct siw_qp *qp = to_siw_qp(base_qp); in siw_verbs_modify_qp()
606 struct siw_qp *qp = to_siw_qp(base_qp); in siw_destroy_qp()
700 struct siw_qp *qp = to_siw_qp(base_qp); in siw_post_send()
912 struct siw_qp *qp = to_siw_qp(base_qp); in siw_post_receive()
Dsiw_main.c253 struct siw_qp *qp = to_siw_qp(base_qp); in siw_verbs_sq_flush()
262 struct siw_qp *qp = to_siw_qp(base_qp); in siw_verbs_rq_flush()
Dsiw.h585 static inline struct siw_qp *to_siw_qp(struct ib_qp *base_qp) in to_siw_qp() function