Searched refs:l0_dma (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/hns/ |
D | hns_roce_hw_v2.c | 4520 eq->eqe_size), eq->bt_l0, eq->l0_dma); in hns_roce_mhop_free_eq() 4525 dma_free_coherent(dev, bt_chk_sz, eq->bt_l0, eq->l0_dma); in hns_roce_mhop_free_eq() 4611 eq->eqe_ba = eq->l0_dma; in hns_roce_config_eqc() 4772 &(eq->l0_dma), GFP_KERNEL); in hns_roce_mhop_alloc_eq() 4776 eq->cur_eqe_ba = eq->l0_dma; in hns_roce_mhop_alloc_eq() 4802 eq->bt_l0 = dma_alloc_coherent(dev, bt_chk_sz, &eq->l0_dma, GFP_KERNEL); in hns_roce_mhop_alloc_eq() 4885 dma_free_coherent(dev, bt_chk_sz, eq->bt_l0, eq->l0_dma); in hns_roce_mhop_alloc_eq() 4887 eq->l0_dma = 0; in hns_roce_mhop_alloc_eq() 4901 dma_free_coherent(dev, bt_chk_sz, eq->bt_l0, eq->l0_dma); in hns_roce_mhop_alloc_eq() 4903 eq->l0_dma = 0; in hns_roce_mhop_alloc_eq()
|
D | hns_roce_device.h | 639 dma_addr_t l0_dma; member
|