Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_mem.c77 cpqary3_phyctg_t *cpqary3_phyctgp; in cpqary3_meminit()
185 cpqary3_phyctgp = (cpqary3_phyctg_t *) in cpqary3_meminit()
186 MEM_ZALLOC(sizeof (cpqary3_phyctg_t)); in cpqary3_meminit()
511 uint32_t *phyaddr, cpqary3_phyctg_t *phyctgp) in cpqary3_alloc_phyctgs_mem()
553 MEM_SFREE(phyctgp, sizeof (cpqary3_phyctg_t)); in cpqary3_alloc_phyctgs_mem()
636 cpqary3_free_phyctgs_mem(cpqary3_phyctg_t *cpqary3_phyctgp, uint8_t cleanstat) in cpqary3_free_phyctgs_mem()
660 MEM_SFREE(cpqary3_phyctgp, sizeof (cpqary3_phyctg_t)); in cpqary3_free_phyctgs_mem()
H A Dcpqary3_noe.c114 cpqary3_phyctg_t *phys_handle; in cpqary3_send_NOE_command()
149 (cpqary3_phyctg_t *)MEM_ZALLOC(sizeof (cpqary3_phyctg_t)); in cpqary3_send_NOE_command()
290 cpqary3_phyctg_t *phys_handle; in cpqary3_NOE_handler()
301 phys_handle = (cpqary3_phyctg_t *)MEM2DRVPVT(memp)->phyctgp; in cpqary3_NOE_handler()
H A Dcpqary3_q_mem.h61 } cpqary3_phyctg_t; typedef
86 cpqary3_phyctg_t *blk_addr;
H A Dcpqary3.h390 cpqary3_phyctg_t *phyctgp;
471 void cpqary3_free_phyctgs_mem(cpqary3_phyctg_t *, uint8_t);
473 cpqary3_phyctg_t *);
H A Dcpqary3_talk2ctlr.c440 cpqary3_phyctg_t *cpqary3_phyctgp; in cpqary3_init_ctlr()
676 (cpqary3_phyctg_t *)MEM_ZALLOC(sizeof (cpqary3_phyctg_t)); in cpqary3_init_ctlr()
H A Dcpqary3_util.c325 cpqary3_phyctg_t *dmah = NULL; in cpqary3_synccmd_alloc()
337 dmah = (cpqary3_phyctg_t *)MEM_ZALLOC(sizeof (*dmah)); in cpqary3_synccmd_alloc()