Searched defs:phyctgp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_mem.c511 uint32_t *phyaddr, cpqary3_phyctg_t *phyctgp)
520 RETURN_NULL_IF_NULL(phyctgp);
536 &phyctgp->cpqary3_dmahandle))) {
553 MEM_SFREE(phyctgp, sizeof (cpqary3_phyctg_t));
559 retvalue = ddi_dma_mem_alloc(phyctgp->cpqary3_dmahandle,
562 &phyctgp->cpqary3_acchandle);
567 cpqary3_free_phyctgs_mem(phyctgp, cleanstat);
571 phyctgp->real_size = real_len;
575 retvalue = ddi_dma_addr_bind_handle(phyctgp->cpqary3_dmahandle,
578 &phyctgp
510 cpqary3_alloc_phyctgs_mem(cpqary3_t *ctlr, size_t size_mempool, uint32_t *phyaddr, cpqary3_phyctg_t *phyctgp) argument
[all...]
H A Dcpqary3.h390 cpqary3_phyctg_t *phyctgp; member in struct:cpqary3_driver_private

Completed in 46 milliseconds