Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_util.c326 caddr_t dmabufva = NULL; in cpqary3_synccmd_alloc() local
345 dmabufva = cpqary3_alloc_phyctgs_mem(cpqary3p, bufsz, in cpqary3_synccmd_alloc()
347 if (dmabufva == NULL) { in cpqary3_synccmd_alloc()
353 bzero(dmabufva, bufsz); in cpqary3_synccmd_alloc()
356 cmddmah->sg = dmabufva; in cpqary3_synccmd_alloc()