Home
last modified time | relevance | path

Searched refs:ch_icookp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.c545 &chp->ch_icookp); /* ptr to interrupt block cookie */ in ch_attach()
597 (void *)chp->ch_icookp); in ch_attach()
599 (void *)chp->ch_icookp); in ch_attach()
620 ddi_remove_intr(dip, 0, chp->ch_icookp); in ch_attach()
635 macinfo->gldm_cookie = chp->ch_icookp; in ch_attach()
682 ddi_remove_intr(dip, 0, chp->ch_icookp); in ch_attach()
824 ddi_remove_intr(dip, 0, chp->ch_icookp); in ch_detach()
H A Dch.h158 ddi_iblock_cookie_t ch_icookp; /* hardware interrupt cookie ptr */ member
H A Dpe.c1137 mutex_init(&sa->ch_small_esbl, NULL, MUTEX_DRIVER, sa->ch_icookp); in pe_small_rbuf_pool_init()
1196 mutex_init(&sa->ch_big_esbl, NULL, MUTEX_DRIVER, sa->ch_icookp); in pe_big_rbuf_pool_init()
H A Dsge.c1382 sge->obj->ch_icookp); in alloc_tx_resources()