Searched defs:sync_cause (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.c3048 uint32_t sync_cause = 0; local
3060 sync_cause = REG_READ(ah, AR_INTR_SYNC_CAUSE) &
3065 if (!isr && !sync_cause)
3140 if (sync_cause) {
3141 fatal_int = (sync_cause &
3146 if (sync_cause & AR_INTR_SYNC_HOST1_FATAL) {
3151 if (sync_cause & AR_INTR_SYNC_HOST1_PERR) {
3157 if (sync_cause & AR_INTR_SYNC_RADM_CPL_TIMEOUT) {
3166 if (sync_cause & AR_INTR_SYNC_LOCAL_TIMEOUT) {
3172 REG_WRITE(ah, AR_INTR_SYNC_CAUSE_CLR, sync_cause);
[all...]

Completed in 75 milliseconds