Home
last modified time | relevance | path

Searched refs:sg_base (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/arch/alpha/kernel/
A Dpci.c331 u32 sg_base; in common_init_pci() local
336 sg_base = hose->sg_pci ? hose->sg_pci->dma_base : ~0; in common_init_pci()
340 pci_mem_end = min((u32)__direct_map_base, sg_base) - 1; in common_init_pci()
/linux-6.3-rc2/drivers/net/ethernet/pensando/ionic/
A Dionic_lif.c418 if (qcq->sg_base) { in ionic_qcq_free()
419 dma_free_coherent(dev, qcq->sg_size, qcq->sg_base, qcq->sg_base_pa); in ionic_qcq_free()
420 qcq->sg_base = NULL; in ionic_qcq_free()
544 void *q_base, *cq_base, *sg_base; in ionic_qcq_alloc() local
679 new->sg_base = dma_alloc_coherent(dev, new->sg_size, &new->sg_base_pa, in ionic_qcq_alloc()
681 if (!new->sg_base) { in ionic_qcq_alloc()
686 sg_base = PTR_ALIGN(new->sg_base, PAGE_SIZE); in ionic_qcq_alloc()
688 ionic_q_sg_map(&new->q, sg_base, sg_base_pa); in ionic_qcq_alloc()
789 memset(qcq->sg_base, 0, qcq->sg_size); in ionic_qcq_sanitize()
2835 swap(a->q.sg_base, b->q.sg_base); in ionic_swap_queues()
[all …]
A Dionic_debugfs.c161 desc_blob->data = q->sg_base; in ionic_debugfs_add_qcq()
A Dionic_lif.h71 void *sg_base; member
A Dionic_dev.h252 void *sg_base; member
A Dionic_dev.c754 q->sg_base = base; in ionic_q_sg_map()

Completed in 19 milliseconds