Searched refs:ch_intr (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.h161 kmutex_t ch_intr; /* lock for interrupts */ member in struct:ch
H A Dch.c103 static uint_t ch_intr(gld_mac_info_t *);
463 macinfo->gldm_intr = ch_intr;
596 mutex_init(&chp->ch_intr, NULL, MUTEX_DRIVER,
614 mutex_destroy(&chp->ch_intr);
676 mutex_destroy(&chp->ch_intr);
832 mutex_destroy(&chp->ch_intr);
1794 ch_intr(gld_mac_info_t *mp) function
H A Dpe.c132 mutex_enter(&sa->ch_intr);
136 mutex_exit(&sa->ch_intr);
140 mutex_exit(&sa->ch_intr);
246 * If we are, we'll block on the ch_intr lock
248 mutex_enter(&sa->ch_intr);
249 mutex_exit(&sa->ch_intr);
H A Dsge.c253 if (mutex_tryenter(&adapter->ch_intr)) {
256 mutex_exit(&adapter->ch_intr);

Completed in 91 milliseconds