Home
last modified time | relevance | path

Searched refs:cq_base_pa (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/ethernet/amd/pds_core/
H A Dcore.c154 qcq->cq_base, qcq->cq_base_pa); in pdsc_qcq_free()
193 dma_addr_t cq_base_pa; in pdsc_qcq_alloc() local
251 cq_base_pa = ALIGN(qcq->q_base_pa + in pdsc_qcq_alloc()
272 &qcq->cq_base_pa, in pdsc_qcq_alloc()
279 cq_base_pa = ALIGN(qcq->cq_base_pa, PDS_PAGE_SIZE); in pdsc_qcq_alloc()
282 pdsc_cq_map(&qcq->cq, cq_base, cq_base_pa); in pdsc_qcq_alloc()
351 cidi.adminq_cq_base = cpu_to_le64(pdsc->adminqcq.cq_base_pa); in pdsc_core_init()
H A Ddebugfs.c121 debugfs_create_x64("cq_base_pa", 0400, qcq_dentry, &qcq->cq_base_pa); in pdsc_debugfs_add_qcq()
H A Dcore.h120 dma_addr_t cq_base_pa; /* might not be page aligned */ member
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_debugfs.c132 debugfs_create_x64("cq_base_pa", 0400, qcq_dentry, &qcq->cq_base_pa); in ionic_debugfs_add_qcq()
H A Dionic_lif.h76 dma_addr_t cq_base_pa; member
H A Dionic_lif.c432 dma_free_coherent(dev, qcq->cq_size, qcq->cq_base, qcq->cq_base_pa); in ionic_qcq_free()
434 qcq->cq_base_pa = 0; in ionic_qcq_free()
698 new->cq_base = dma_alloc_coherent(dev, new->cq_size, &new->cq_base_pa, in ionic_qcq_alloc()
706 new->cq.base_pa = ALIGN(new->cq_base_pa, PAGE_SIZE); in ionic_qcq_alloc()
733 dma_free_coherent(dev, new->cq_size, new->cq_base, new->cq_base_pa); in ionic_qcq_alloc()
2928 swap(a->cq_base_pa, b->cq_base_pa); in ionic_swap_queues()
/linux/drivers/infiniband/hw/irdma/
H A Dtype.h1068 u64 cq_base_pa; member
H A Dpuda.c799 info.cq_base_pa = mem->pa; in irdma_puda_cq_create()
H A Dverbs.c2147 info.cq_base_pa = cqmr->cq_pbl.addr; in irdma_create_cq()
2186 info.cq_base_pa = iwcq->kmem.pa; in irdma_create_cq()
H A Dctrl.c2487 cq->cq_pa = info->cq_base_pa; in irdma_sc_cq_init()