Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c438 dma_free_coherent(dev, qcq->sg_size, qcq->sg_base, qcq->sg_base_pa); in ionic_qcq_free()
440 qcq->sg_base_pa = 0; in ionic_qcq_free()
712 new->sg_base = dma_alloc_coherent(dev, new->sg_size, &new->sg_base_pa, in ionic_qcq_alloc()
720 new->q.sg_base_pa = ALIGN(new->sg_base_pa, PAGE_SIZE); in ionic_qcq_alloc()
850 .sg_ring_base = cpu_to_le64(q->sg_base_pa), in ionic_lif_txq_init()
914 .sg_ring_base = cpu_to_le64(q->sg_base_pa), in ionic_lif_rxq_init()
2918 swap(a->q.sg_base_pa, b->q.sg_base_pa); in ionic_swap_queues()
2920 swap(a->sg_base_pa, b->sg_base_pa); in ionic_swap_queues()
H A Dionic_dev.h268 dma_addr_t sg_base_pa; member
H A Dionic_debugfs.c134 debugfs_create_x64("sg_base_pa", 0400, qcq_dentry, &qcq->sg_base_pa); in ionic_debugfs_add_qcq()
H A Dionic_lif.h78 dma_addr_t sg_base_pa; member