Searched refs:hr_qp (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_hw_v2.c | 377 struct hns_roce_qp *hr_qp) in check_send_valid() argument 379 if (unlikely(hr_qp->state == IB_QPS_RESET || in check_send_valid() 380 hr_qp->state == IB_QPS_INIT || in check_send_valid() 381 hr_qp->state == IB_QPS_RTR)) in check_send_valid() 776 struct hns_roce_qp *hr_qp) in check_recv_valid() argument 781 if (hr_qp->state == IB_QPS_RESET) in check_recv_valid() 814 static void fill_rq_wqe(struct hns_roce_qp *hr_qp, const struct ib_recv_wr *wr, in fill_rq_wqe() argument 819 wqe = hns_roce_get_recv_wqe(hr_qp, wqe_idx); in fill_rq_wqe() 820 fill_recv_sge_to_wqe(wr, wqe, max_sge, hr_qp->rq.rsv_sge); in fill_rq_wqe() 822 trace_hns_rq_wqe(hr_qp->qpn, wqe_idx, wqe, 1 << hr_qp->rq.wqe_shift, in fill_rq_wqe() [all …]
|