Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cpqary3/
H A Dcpqary3.c326 if (ddi_get_iblock_cookie(dip, 0, &cpqary3p->hw_iblock_cookie) != in cpqary3_attach()
334 (void *)cpqary3p->hw_iblock_cookie); in cpqary3_attach()
430 if (ddi_add_intr(dip, 0, &cpqary3p->hw_iblock_cookie, NULL, in cpqary3_attach()
665 ddi_remove_intr(cpqary3p->dip, 0, cpqary3p->hw_iblock_cookie); in cpqary3_cleanup()
H A Dcpqary3.h306 ddi_iblock_cookie_t hw_iblock_cookie; /* cookie for h/w intr */ member