Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/sw/siw/
H A Dsiw_verbs.c248 siw_qp_get(to_siw_qp(base_qp)); in siw_qp_get_ref()
253 siw_qp_put(to_siw_qp(base_qp)); in siw_qp_put_ref()
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()
589 struct siw_qp *qp = to_siw_qp(base_qp); in siw_destroy_qp()
724 struct siw_qp *qp = to_siw_qp(base_qp); in siw_post_send()
964 struct siw_qp *qp = to_siw_qp(base_qp); in siw_post_receive()
H A Dsiw.h565 static inline struct siw_qp *to_siw_qp(struct ib_qp *base_qp) in to_siw_qp() function