On Mon, Mar 02, 2020 at 08:11:29PM +0800, Weihang Li wrote: > From: Xi Wang <wangxi11@xxxxxxxxxx> > > There are serval global functions related to wqe buffer in the hns driver > and are called in different files. These symbols cannot directly represent > the namespace they belong to. So add prefix 'hns_roce_' to 3 wqe buffer > related global functions: get_recv_wqe(), get_send_wqe(), and > get_send_extend_sge(). > > Signed-off-by: Xi Wang <wangxi11@xxxxxxxxxx> > Signed-off-by: Weihang Li <liweihang@xxxxxxxxxx> > --- > drivers/infiniband/hw/hns/hns_roce_device.h | 6 +++--- > drivers/infiniband/hw/hns/hns_roce_hw_v1.c | 9 +++++---- > drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 10 +++++----- > drivers/infiniband/hw/hns/hns_roce_qp.c | 6 +++--- > 4 files changed, 16 insertions(+), 15 deletions(-) > Thanks, Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxxxx>