Searched refs:pbl_bt_l1 (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/hns/ |
D | hns_roce_mr.c | 277 dma_free_coherent(dev, pbl_bt_sz, mr->pbl_bt_l1[i], in hns_roce_loop_free() 292 dma_free_coherent(dev, pbl_bt_sz, mr->pbl_bt_l1[i], in hns_roce_loop_free() 304 dma_free_coherent(dev, pbl_bt_sz, mr->pbl_bt_l1[i], in hns_roce_loop_free() 366 mr->pbl_bt_l1 = kcalloc(pbl_bt_sz / 8, sizeof(*mr->pbl_bt_l1), in hns_roce_mhop_alloc() 368 if (!mr->pbl_bt_l1) in hns_roce_mhop_alloc() 401 mr->pbl_bt_l1[i] = dma_alloc_coherent(dev, size, in hns_roce_mhop_alloc() 404 if (!mr->pbl_bt_l1[i]) { in hns_roce_mhop_alloc() 418 mr->pbl_bt_l1[i] = dma_alloc_coherent(dev, pbl_bt_sz, in hns_roce_mhop_alloc() 421 if (!mr->pbl_bt_l1[i]) { in hns_roce_mhop_alloc() 447 *(mr->pbl_bt_l1[i] + j) = in hns_roce_mhop_alloc() [all …]
|
D | hns_roce_device.h | 316 u64 **pbl_bt_l1;/* PBL BT L1 */ member
|