Home
last modified time | relevance | path

Searched refs:pbl_l0_dma_addr (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_mr.c312 dma_free_coherent(dev, pbl_bt_sz, mr->pbl_bt_l0, mr->pbl_l0_dma_addr); in hns_roce_loop_free()
314 mr->pbl_l0_dma_addr = 0; in hns_roce_loop_free()
387 &(mr->pbl_l0_dma_addr), in hns_roce_mhop_alloc()
467 mr->pbl_ba = mr->pbl_l0_dma_addr; in hns_roce_mhop_alloc()
523 mr->pbl_l0_dma_addr = 0; in hns_roce_mr_alloc()
566 mr->pbl_l0_dma_addr); in hns_roce_mhop_free()
Dhns_roce_device.h320 dma_addr_t pbl_l0_dma_addr;/* PBL BT L0 dma addr */ member