Searched refs:sg_base (Results 1 – 5 of 5) sorted by relevance
/linux/arch/alpha/kernel/ |
H A D | pci.c | 330 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()
|
/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_lif.c | 437 if (qcq->sg_base) { in ionic_qcq_free() 438 dma_free_coherent(dev, qcq->sg_size, qcq->sg_base, qcq->sg_base_pa); in ionic_qcq_free() 439 qcq->sg_base = NULL; in ionic_qcq_free() 712 new->sg_base = dma_alloc_coherent(dev, new->sg_size, &new->sg_base_pa, in ionic_qcq_alloc() 714 if (!new->sg_base) { in ionic_qcq_alloc() 719 new->q.sg_base = PTR_ALIGN(new->sg_base, PAGE_SIZE); in ionic_qcq_alloc() 827 memset(qcq->sg_base, 0, qcq->sg_size); in ionic_qcq_sanitize() 2917 swap(a->q.sg_base, b->q.sg_base); in ionic_swap_queues() 2919 swap(a->sg_base, b->sg_base); in ionic_swap_queues()
|
H A D | ionic_debugfs.c | 161 desc_blob->data = q->sg_base; in ionic_debugfs_add_qcq()
|
H A D | ionic_dev.h | 249 void *sg_base; member
|
H A D | ionic_lif.h | 77 void *sg_base; member
|