Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_noe.c112 NoeBuffer *databuf; in cpqary3_send_NOE_command()
144 bzero(MEM2DRVPVT(memp)->sg, sizeof (NoeBuffer)); in cpqary3_send_NOE_command()
153 databuf = (NoeBuffer *)cpqary3_alloc_phyctgs_mem(ctlr, in cpqary3_send_NOE_command()
154 sizeof (NoeBuffer), &phys_addr, phys_handle); in cpqary3_send_NOE_command()
158 bzero(databuf, sizeof (NoeBuffer)); in cpqary3_send_NOE_command()
288 NoeBuffer *evt; in cpqary3_NOE_handler()
299 evt = (NoeBuffer *)MEM2DRVPVT(memp)->sg; in cpqary3_NOE_handler()
H A Dcpqary3_noe.h50 } NoeBuffer; typedef
H A Dcpqary3_ioctl.c596 NoeBuffer *evt; in cpqary3_ioctl_send_scsicmd()
652 evt = (NoeBuffer*)MEM2DRVPVT(memp)->sg; in cpqary3_ioctl_send_scsicmd()