Searched refs:wqe_list (Results 1 – 3 of 3) sorted by relevance
603 struct hns_roce_rinl_wqe *wqe_list; in alloc_rq_inline_buf() local607 wqe_list = kcalloc(wqe_cnt, sizeof(struct hns_roce_rinl_wqe), in alloc_rq_inline_buf()610 if (!wqe_list) in alloc_rq_inline_buf()614 wqe_list[0].sg_list = kcalloc(wqe_cnt, (max_recv_sge * in alloc_rq_inline_buf()617 if (!wqe_list[0].sg_list) in alloc_rq_inline_buf()622 wqe_list[i].sg_list = &wqe_list[0].sg_list[i * max_recv_sge]; in alloc_rq_inline_buf()624 hr_qp->rq_inl_buf.wqe_list = wqe_list; in alloc_rq_inline_buf()629 kfree(wqe_list); in alloc_rq_inline_buf()637 if (hr_qp->rq_inl_buf.wqe_list) in free_rq_inline_buf()638 kfree(hr_qp->rq_inl_buf.wqe_list[0].sg_list); in free_rq_inline_buf()[all …]
611 struct hns_roce_rinl_wqe *wqe_list; member
784 sge_list = hr_qp->rq_inl_buf.wqe_list[wqe_idx].sg_list; in hns_roce_v2_post_recv()785 hr_qp->rq_inl_buf.wqe_list[wqe_idx].sge_cnt = in hns_roce_v2_post_recv()3159 sge_list = (*cur_qp)->rq_inl_buf.wqe_list[wr_cnt].sg_list; in hns_roce_handle_recv_inl_wqe()3160 sge_num = (*cur_qp)->rq_inl_buf.wqe_list[wr_cnt].sge_cnt; in hns_roce_handle_recv_inl_wqe()