Searched refs:pcn_icookie (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/pcn/
H A Dpcnimpl.h152 ddi_iblock_cookie_t pcn_icookie; member in struct:pcn
H A Dpcn.c345 if (ddi_get_iblock_cookie(dip, 0, &pcnp->pcn_icookie) != DDI_SUCCESS) {
353 mutex_init(&pcnp->pcn_xmtlock, NULL, MUTEX_DRIVER, pcnp->pcn_icookie);
354 mutex_init(&pcnp->pcn_intrlock, NULL, MUTEX_DRIVER, pcnp->pcn_icookie);
355 mutex_init(&pcnp->pcn_reglock, NULL, MUTEX_DRIVER, pcnp->pcn_icookie);
541 ddi_remove_intr(pcnp->pcn_dip, 0, pcnp->pcn_icookie);

Completed in 48 milliseconds