Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/pds_core/
H A Dcore.c159 qcq->cq_base, qcq->cq_base_pa); in pdsc_qcq_free()
200 dma_addr_t cq_base_pa; in pdsc_qcq_alloc() local
258 cq_base_pa = ALIGN(qcq->q_base_pa + in pdsc_qcq_alloc()
279 &qcq->cq_base_pa, in pdsc_qcq_alloc()
286 cq_base_pa = ALIGN(qcq->cq_base_pa, PDS_PAGE_SIZE); in pdsc_qcq_alloc()
289 pdsc_cq_map(&qcq->cq, cq_base, cq_base_pa); in pdsc_qcq_alloc()
358 cidi.adminq_cq_base = cpu_to_le64(pdsc->adminqcq.cq_base_pa); in pdsc_core_init()
H A Ddebugfs.c126 debugfs_create_x64("cq_base_pa", 0400, qcq_dentry, &qcq->cq_base_pa); in pdsc_debugfs_add_qcq()
H A Dcore.h135 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()