mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-13 03:36:07 +07:00
RDMA/hns: Rename QP buffer related function
Rename the function related to QP buffer to make the code more readable. Link: https://lore.kernel.org/r/1589982799-28728-6-git-send-email-liweihang@huawei.com Signed-off-by: Xi Wang <wangxi11@huawei.com> Signed-off-by: Weihang Li <liweihang@huawei.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
This commit is contained in:
parent
b9c93e3aad
commit
e9f2cd2825
@ -502,9 +502,9 @@ static int set_user_sq_size(struct hns_roce_dev *hr_dev,
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int split_wqe_buf_region(struct hns_roce_dev *hr_dev,
|
||||
struct hns_roce_qp *hr_qp,
|
||||
struct hns_roce_buf_attr *buf_attr)
|
||||
static int set_wqe_buf_attr(struct hns_roce_dev *hr_dev,
|
||||
struct hns_roce_qp *hr_qp,
|
||||
struct hns_roce_buf_attr *buf_attr)
|
||||
{
|
||||
int buf_size;
|
||||
int idx = 0;
|
||||
@ -676,7 +676,7 @@ static int alloc_qp_buf(struct hns_roce_dev *hr_dev, struct hns_roce_qp *hr_qp,
|
||||
hr_qp->rq_inl_buf.wqe_list = NULL;
|
||||
}
|
||||
|
||||
ret = split_wqe_buf_region(hr_dev, hr_qp, &buf_attr);
|
||||
ret = set_wqe_buf_attr(hr_dev, hr_qp, &buf_attr);
|
||||
if (ret) {
|
||||
ibdev_err(ibdev, "failed to split WQE buf, ret = %d.\n", ret);
|
||||
goto err_inline;
|
||||
|
Loading…
Reference in New Issue
Block a user