Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.h124 ddi_iblock_cookie_t hme_cookie; /* interrupt cookie */ member
H A Dhme.c1436 if (ddi_get_iblock_cookie(dip, 0, &hmep->hme_cookie) != DDI_SUCCESS) in hmeattach()
1442 mutex_init(&hmep->hme_xmitlock, NULL, MUTEX_DRIVER, hmep->hme_cookie); in hmeattach()
1443 mutex_init(&hmep->hme_intrlock, NULL, MUTEX_DRIVER, hmep->hme_cookie); in hmeattach()
1528 if (hmep->hme_cookie) in hmeattach()