Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_hw_v1.c737 free_mr->mr_free_cq = to_hr_cq(cq); in hns_roce_v1_rsv_lp_qp()
2195 struct hns_roce_cq *hr_cq = to_hr_cq(ibcq); in hns_roce_v1_req_notify_cq()
2425 struct hns_roce_cq *hr_cq = to_hr_cq(ibcq); in hns_roce_v1_poll_cq()
2686 to_hr_cq(ibqp->recv_cq)->cqn); in hns_roce_v1_m_sqp()
2690 to_hr_cq(ibqp->send_cq)->cqn); in hns_roce_v1_m_sqp()
2731 hns_roce_v1_cq_clean(to_hr_cq(ibqp->recv_cq), hr_qp->qpn, in hns_roce_v1_m_sqp()
2734 hns_roce_v1_cq_clean(to_hr_cq(ibqp->send_cq), in hns_roce_v1_m_sqp()
2836 to_hr_cq(ibqp->send_cq)->cqn); in hns_roce_v1_m_qp()
2840 to_hr_cq(ibqp->recv_cq)->cqn); in hns_roce_v1_m_qp()
2902 to_hr_cq(ibqp->send_cq)->cqn); in hns_roce_v1_m_qp()
[all …]
Dhns_roce_hw_v2.c1978 struct hns_roce_cq *hr_cq = to_hr_cq(ibcq); in hns_roce_v2_req_notify_cq()
2303 struct hns_roce_cq *hr_cq = to_hr_cq(ibcq); in hns_roce_v2_poll_cq()
2638 V2_QPC_BYTE_80_RX_CQN_S, to_hr_cq(ibqp->recv_cq)->cqn); in modify_qp_reset_to_init()
2822 V2_QPC_BYTE_252_TX_CQN_S, to_hr_cq(ibqp->send_cq)->cqn); in modify_qp_reset_to_init()
2921 V2_QPC_BYTE_80_RX_CQN_S, to_hr_cq(ibqp->recv_cq)->cqn); in modify_qp_init_to_init()
2926 V2_QPC_BYTE_252_TX_CQN_S, to_hr_cq(ibqp->send_cq)->cqn); in modify_qp_init_to_init()
3635 hns_roce_v2_cq_clean(to_hr_cq(ibqp->recv_cq), hr_qp->qpn, in hns_roce_v2_modify_qp()
3638 hns_roce_v2_cq_clean(to_hr_cq(ibqp->send_cq), in hns_roce_v2_modify_qp()
3848 send_cq = to_hr_cq(hr_qp->ibqp.send_cq); in hns_roce_v2_destroy_qp_common()
3849 recv_cq = to_hr_cq(hr_qp->ibqp.recv_cq); in hns_roce_v2_destroy_qp_common()
[all …]
Dhns_roce_cq.c457 struct hns_roce_cq *hr_cq = to_hr_cq(ib_cq); in hns_roce_ib_destroy_cq()
Dhns_roce_device.h871 static inline struct hns_roce_cq *to_hr_cq(struct ib_cq *ib_cq) in to_hr_cq() function
Dhns_roce_qp.c1096 hr_cq = to_hr_cq(ib_cq); in hns_roce_wq_overflow()