Searched refs:l0_dma (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/hns/ |
| D | hns_roce_hw_v2.c | 5330 eq->eqe_size), eq->bt_l0, eq->l0_dma); in hns_roce_mhop_free_eq() 5334 dma_free_coherent(dev, bt_chk_sz, eq->bt_l0, eq->l0_dma); in hns_roce_mhop_free_eq() 5420 eq->eqe_ba = eq->l0_dma; in hns_roce_config_eqc() 5580 &(eq->l0_dma), GFP_KERNEL); in hns_roce_mhop_alloc_eq() 5584 eq->cur_eqe_ba = eq->l0_dma; in hns_roce_mhop_alloc_eq() 5608 eq->bt_l0 = dma_alloc_coherent(dev, bt_chk_sz, &eq->l0_dma, GFP_KERNEL); in hns_roce_mhop_alloc_eq() 5691 dma_free_coherent(dev, bt_chk_sz, eq->bt_l0, eq->l0_dma); in hns_roce_mhop_alloc_eq() 5693 eq->l0_dma = 0; in hns_roce_mhop_alloc_eq() 5707 dma_free_coherent(dev, bt_chk_sz, eq->bt_l0, eq->l0_dma); in hns_roce_mhop_alloc_eq() 5709 eq->l0_dma = 0; in hns_roce_mhop_alloc_eq()
|
| D | hns_roce_device.h | 777 dma_addr_t l0_dma; member
|