Searched refs:cq_base_pa (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/net/ethernet/amd/pds_core/ |
H A D | core.c | 154 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 D | debugfs.c | 121 debugfs_create_x64("cq_base_pa", 0400, qcq_dentry, &qcq->cq_base_pa); in pdsc_debugfs_add_qcq()
|
H A D | core.h | 120 dma_addr_t cq_base_pa; /* might not be page aligned */ member
|
/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_debugfs.c | 132 debugfs_create_x64("cq_base_pa", 0400, qcq_dentry, &qcq->cq_base_pa); in ionic_debugfs_add_qcq()
|
H A D | ionic_lif.h | 76 dma_addr_t cq_base_pa; member
|
H A D | ionic_lif.c | 432 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 D | type.h | 1068 u64 cq_base_pa; member
|
H A D | puda.c | 799 info.cq_base_pa = mem->pa; in irdma_puda_cq_create()
|
H A D | verbs.c | 2147 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 D | ctrl.c | 2487 cq->cq_pa = info->cq_base_pa; in irdma_sc_cq_init()
|