Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/cxgb4/
Dqp.c895 refcount_inc(&to_c4iw_qp(qp)->qp_refcnt); in c4iw_qp_add_ref()
901 if (refcount_dec_and_test(&to_c4iw_qp(qp)->qp_refcnt)) in c4iw_qp_rem_ref()
902 complete(&to_c4iw_qp(qp)->qp_rel_comp); in c4iw_qp_rem_ref()
1091 qhp = to_c4iw_qp(ibqp); in c4iw_post_send()
1271 qhp = to_c4iw_qp(ibqp); in c4iw_post_receive()
2077 qhp = to_c4iw_qp(ib_qp); in c4iw_destroy_qp()
2385 qhp = to_c4iw_qp(ibqp); in c4iw_ib_modify_qp()
2411 if (!is_t4(to_c4iw_qp(ibqp)->rhp->rdev.lldi.adapter_type) && in c4iw_ib_modify_qp()
2466 struct c4iw_qp *qhp = to_c4iw_qp(ibqp); in c4iw_ib_query_qp()
Drestrack.c142 struct c4iw_qp *qhp = to_c4iw_qp(ibqp); in fill_res_qp_entry()
Diw_cxgb4.h502 static inline struct c4iw_qp *to_c4iw_qp(struct ib_qp *ibqp) in to_c4iw_qp() function