Searched refs:wqe_list (Results 1 – 3 of 3) sorted by relevance
549 hr_qp->rq_inl_buf.wqe_list = kcalloc(hr_qp->rq.wqe_cnt, in hns_roce_create_qp_common()552 if (!hr_qp->rq_inl_buf.wqe_list) { in hns_roce_create_qp_common()560 hr_qp->rq_inl_buf.wqe_list[0].sg_list = in hns_roce_create_qp_common()565 if (!hr_qp->rq_inl_buf.wqe_list[0].sg_list) { in hns_roce_create_qp_common()572 hr_qp->rq_inl_buf.wqe_list[i].sg_list = in hns_roce_create_qp_common()573 &hr_qp->rq_inl_buf.wqe_list[0].sg_list[i * in hns_roce_create_qp_common()827 kfree(hr_qp->rq_inl_buf.wqe_list[0].sg_list); in hns_roce_create_qp_common()831 kfree(hr_qp->rq_inl_buf.wqe_list); in hns_roce_create_qp_common()
613 sge_list = hr_qp->rq_inl_buf.wqe_list[ind].sg_list; in hns_roce_v2_post_recv()614 hr_qp->rq_inl_buf.wqe_list[ind].sge_cnt = in hns_roce_v2_post_recv()2021 sge_list = (*cur_qp)->rq_inl_buf.wqe_list[wr_cnt].sg_list; in hns_roce_handle_recv_inl_wqe()2022 sge_num = (*cur_qp)->rq_inl_buf.wqe_list[wr_cnt].sge_cnt; in hns_roce_handle_recv_inl_wqe()3894 kfree(hr_qp->rq_inl_buf.wqe_list[0].sg_list); in hns_roce_v2_destroy_qp_common()3895 kfree(hr_qp->rq_inl_buf.wqe_list); in hns_roce_v2_destroy_qp_common()
521 struct hns_roce_rinl_wqe *wqe_list; member