Searched refs:sg_base_pa (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_lif.c | 438 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 D | ionic_dev.h | 268 dma_addr_t sg_base_pa; member
|
| H A D | ionic_debugfs.c | 134 debugfs_create_x64("sg_base_pa", 0400, qcq_dentry, &qcq->sg_base_pa); in ionic_debugfs_add_qcq()
|
| H A D | ionic_lif.h | 78 dma_addr_t sg_base_pa; member
|