Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_mr.c346 dma_free_coherent(dev, pbl_bt_sz, mr->pbl_bt_l0, mr->pbl_l0_dma_addr); in hns_roce_loop_free()
348 mr->pbl_l0_dma_addr = 0; in hns_roce_loop_free()
536 &(mr->pbl_l0_dma_addr), in hns_roce_mhop_alloc()
553 mr->pbl_ba = mr->pbl_l0_dma_addr; in hns_roce_mhop_alloc()
600 mr->pbl_l0_dma_addr = 0; in hns_roce_mr_alloc()
642 mr->pbl_l0_dma_addr); in hns_roce_mhop_free()
Dhns_roce_device.h406 dma_addr_t pbl_l0_dma_addr; /* PBL BT L0 dma addr */ member