Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Dqp.c917 kref_get(&to_c4iw_qp(qp)->kref); in c4iw_qp_add_ref()
923 kref_put(&to_c4iw_qp(qp)->kref, queue_qp_free); in c4iw_qp_rem_ref()
1112 qhp = to_c4iw_qp(ibqp); in c4iw_post_send()
1291 qhp = to_c4iw_qp(ibqp); in c4iw_post_receive()
2097 qhp = to_c4iw_qp(ib_qp); in c4iw_destroy_qp()
2398 qhp = to_c4iw_qp(ibqp); in c4iw_ib_modify_qp()
2424 if (!is_t4(to_c4iw_qp(ibqp)->rhp->rdev.lldi.adapter_type) && in c4iw_ib_modify_qp()
2479 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.h561 static inline struct c4iw_qp *to_c4iw_qp(struct ib_qp *ibqp) in to_c4iw_qp() function