Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_mem.c516 uint8_t cleanstat = 0; in cpqary3_alloc_phyctgs_mem() local
557 cleanstat |= CPQARY3_DMA_ALLOC_HANDLE_DONE; in cpqary3_alloc_phyctgs_mem()
567 cpqary3_free_phyctgs_mem(phyctgp, cleanstat); in cpqary3_alloc_phyctgs_mem()
573 cleanstat |= CPQARY3_DMA_ALLOC_MEM_DONE; in cpqary3_alloc_phyctgs_mem()
618 cpqary3_free_phyctgs_mem(phyctgp, cleanstat); in cpqary3_alloc_phyctgs_mem()
636 cpqary3_free_phyctgs_mem(cpqary3_phyctg_t *cpqary3_phyctgp, uint8_t cleanstat) in cpqary3_free_phyctgs_mem() argument
647 if (cleanstat & CPQARY3_DMA_BIND_ADDR_DONE) { in cpqary3_free_phyctgs_mem()
652 if (cleanstat & CPQARY3_DMA_ALLOC_MEM_DONE) { in cpqary3_free_phyctgs_mem()
656 if (cleanstat & CPQARY3_DMA_ALLOC_HANDLE_DONE) { in cpqary3_free_phyctgs_mem()