Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_noe.c144 bzero(MEM2DRVPVT(memp)->sg, sizeof (NoeBuffer)); in cpqary3_send_NOE_command()
299 evt = (NoeBuffer *)MEM2DRVPVT(memp)->sg; in cpqary3_NOE_handler()
301 phys_handle = (cpqary3_phyctg_t *)MEM2DRVPVT(memp)->phyctgp; in cpqary3_NOE_handler()
522 cpqary3_free_phyctgs_mem(MEM2DRVPVT(memp)->phyctgp, in cpqary3_NOE_handler()
H A Dcpqary3.h148 #define MEM2DRVPVT(m) ((cpqary3_private_t *)m->driverdata) macro
H A Dcpqary3_ioctl.c652 evt = (NoeBuffer*)MEM2DRVPVT(memp)->sg; in cpqary3_ioctl_send_scsicmd()