Home
last modified time | relevance | path

Searched refs:sg_base (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/alpha/kernel/
H 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()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dpci.c330 u32 sg_base; in common_init_pci() local
335 sg_base = hose->sg_pci ? hose->sg_pci->dma_base : ~0; in common_init_pci()
339 pci_mem_end = min((u32)__direct_map_base, sg_base) - 1; in common_init_pci()
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c384 if (qcq->sg_base) { in ionic_qcq_free()
385 dma_free_coherent(dev, qcq->sg_size, qcq->sg_base, qcq->sg_base_pa); in ionic_qcq_free()
386 qcq->sg_base = NULL; in ionic_qcq_free()
497 void *q_base, *cq_base, *sg_base; in ionic_qcq_alloc() local
602 new->sg_base = dma_alloc_coherent(dev, new->sg_size, &new->sg_base_pa, in ionic_qcq_alloc()
604 if (!new->sg_base) { in ionic_qcq_alloc()
609 sg_base = PTR_ALIGN(new->sg_base, PAGE_SIZE); in ionic_qcq_alloc()
611 ionic_q_sg_map(&new->q, sg_base, sg_base_pa); in ionic_qcq_alloc()
706 memset(qcq->sg_base, in ionic_qcq_sanitize()
[all...]
H A Dionic_dev.h221 void *sg_base; member
H A Dionic_debugfs.c163 desc_blob->data = q->sg_base; in ionic_debugfs_add_qcq()
H A Dionic_lif.h67 void *sg_base; member
H A Dionic_dev.c579 q->sg_base = base; in ionic_q_sg_map()
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c419 if (qcq->sg_base) { in ionic_qcq_free()
420 dma_free_coherent(dev, qcq->sg_size, qcq->sg_base, qcq->sg_base_pa); in ionic_qcq_free()
421 qcq->sg_base = NULL; in ionic_qcq_free()
540 void *q_base, *cq_base, *sg_base; in ionic_qcq_alloc() local
675 new->sg_base = dma_alloc_coherent(dev, new->sg_size, &new->sg_base_pa, in ionic_qcq_alloc()
677 if (!new->sg_base) { in ionic_qcq_alloc()
682 sg_base = PTR_ALIGN(new->sg_base, PAGE_SIZE); in ionic_qcq_alloc()
684 ionic_q_sg_map(&new->q, sg_base, sg_base_pa); in ionic_qcq_alloc()
785 memset(qcq->sg_base, in ionic_qcq_sanitize()
[all...]
H A Dionic_debugfs.c161 desc_blob->data = q->sg_base; in ionic_debugfs_add_qcq()
H A Dionic_lif.h71 void *sg_base; member
H A Dionic_dev.h254 void *sg_base; member
H A Dionic_dev.c755 q->sg_base = base; in ionic_q_sg_map()

Completed in 13 milliseconds