Home
last modified time | relevance | path

Searched refs:to_hr_cq (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_restrack.c84 struct hns_roce_cq *hr_cq = to_hr_cq(ib_cq); in hns_roce_fill_res_cq_entry()
Dhns_roce_hw_v1.c740 free_mr->mr_free_cq = to_hr_cq(cq); in hns_roce_v1_rsv_lp_qp()
2162 struct hns_roce_cq *hr_cq = to_hr_cq(ibcq); in hns_roce_v1_req_notify_cq()
2392 struct hns_roce_cq *hr_cq = to_hr_cq(ibcq); in hns_roce_v1_poll_cq()
2650 to_hr_cq(ibqp->recv_cq)->cqn); in hns_roce_v1_m_sqp()
2654 to_hr_cq(ibqp->send_cq)->cqn); in hns_roce_v1_m_sqp()
2695 hns_roce_v1_cq_clean(to_hr_cq(ibqp->recv_cq), hr_qp->qpn, in hns_roce_v1_m_sqp()
2698 hns_roce_v1_cq_clean(to_hr_cq(ibqp->send_cq), in hns_roce_v1_m_sqp()
2800 to_hr_cq(ibqp->send_cq)->cqn); in hns_roce_v1_m_qp()
2804 to_hr_cq(ibqp->recv_cq)->cqn); in hns_roce_v1_m_qp()
2866 to_hr_cq(ibqp->send_cq)->cqn); in hns_roce_v1_m_qp()
[all …]
Dhns_roce_cq.c416 struct hns_roce_cq *hr_cq = to_hr_cq(ib_cq); in hns_roce_ib_create_cq()
495 struct hns_roce_cq *hr_cq = to_hr_cq(ib_cq); in hns_roce_ib_destroy_cq()
Dhns_roce_hw_v2.c2627 struct hns_roce_cq *hr_cq = to_hr_cq(ibcq); in hns_roce_v2_req_notify_cq()
2971 struct hns_roce_cq *hr_cq = to_hr_cq(ibcq); in hns_roce_v2_poll_cq()
3341 V2_QPC_BYTE_80_RX_CQN_S, to_hr_cq(ibqp->recv_cq)->cqn); in modify_qp_reset_to_init()
3531 V2_QPC_BYTE_252_TX_CQN_S, to_hr_cq(ibqp->send_cq)->cqn); in modify_qp_reset_to_init()
3604 V2_QPC_BYTE_80_RX_CQN_S, to_hr_cq(ibqp->recv_cq)->cqn); in modify_qp_init_to_init()
3609 V2_QPC_BYTE_252_TX_CQN_S, to_hr_cq(ibqp->send_cq)->cqn); in modify_qp_init_to_init()
4458 hns_roce_v2_cq_clean(to_hr_cq(ibqp->recv_cq), hr_qp->qpn, in hns_roce_v2_modify_qp()
4461 hns_roce_v2_cq_clean(to_hr_cq(ibqp->send_cq), in hns_roce_v2_modify_qp()
4665 send_cq = to_hr_cq(hr_qp->ibqp.send_cq); in hns_roce_v2_destroy_qp_common()
4666 recv_cq = to_hr_cq(hr_qp->ibqp.recv_cq); in hns_roce_v2_destroy_qp_common()
[all …]
Dhns_roce_srq.c405 to_hr_cq(srq_init_attr->ext.cq)->cqn : 0; in hns_roce_create_srq()
Dhns_roce_device.h1085 static inline struct hns_roce_cq *to_hr_cq(struct ib_cq *ib_cq) in to_hr_cq() function
Dhns_roce_qp.c1295 hr_cq = to_hr_cq(ib_cq); in hns_roce_wq_overflow()