Home
last modified time | relevance | path

Searched refs:bus_dmat (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/scsi/sym53c8xx_2/
Dsym_hipd.h867 m_pool_ident_t bus_dmat; member
1179 #define _sym_calloc_dma(np, l, n) __sym_calloc_dma(np->bus_dmat, l, n)
1181 __sym_mfree_dma(np->bus_dmat, _uvptv_(p), l, n)
1184 #define vtobus(p) __vtobus(np->bus_dmat, _uvptv_(p))
Dsym_glue.c1263 np->bus_dmat = &pdev->dev; /* Result in 1 DMA pool per HBA */ in sym_attach()