Searched refs:to_c4iw_qp (Results 1 – 3 of 3) sorted by relevance
896 refcount_inc(&to_c4iw_qp(qp)->qp_refcnt); in c4iw_qp_add_ref()902 if (refcount_dec_and_test(&to_c4iw_qp(qp)->qp_refcnt)) in c4iw_qp_rem_ref()903 complete(&to_c4iw_qp(qp)->qp_rel_comp); in c4iw_qp_rem_ref()1092 qhp = to_c4iw_qp(ibqp); in c4iw_post_send()1272 qhp = to_c4iw_qp(ibqp); in c4iw_post_receive()2077 qhp = to_c4iw_qp(ib_qp); in c4iw_destroy_qp()2114 struct c4iw_qp *qhp = to_c4iw_qp(qp); in c4iw_create_qp()2377 qhp = to_c4iw_qp(ibqp); in c4iw_ib_modify_qp()2403 if (!is_t4(to_c4iw_qp(ibqp)->rhp->rdev.lldi.adapter_type) && in c4iw_ib_modify_qp()2458 struct c4iw_qp *qhp = to_c4iw_qp(ibqp); in c4iw_ib_query_qp()
140 struct c4iw_qp *qhp = to_c4iw_qp(ibqp); in c4iw_fill_res_qp_entry()
496 static inline struct c4iw_qp *to_c4iw_qp(struct ib_qp *ibqp) in to_c4iw_qp() function