Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c146 uint32_t our_intr_bits; member
462 lp->isr_pended |= INL(dp, ISR) & lp->our_intr_bits; in sfe_reset_chip_sis900()
516 lp->isr_pended |= INL(dp, ISR) & lp->our_intr_bits; in sfe_reset_chip_dp83815()
822 lp->our_intr_bits = OUR_INTR_BITS; in sfe_start_chip()
827 OUTL(dp, IMR, lp->our_intr_bits); in sfe_start_chip()
872 lp->isr_pended |= val & lp->our_intr_bits; in sfe_stop_chip()
912 lp->isr_pended |= val & lp->our_intr_bits; in sfe_stop_chip_quiesce()
1481 if (((isr | isr_bogus) & lp->our_intr_bits) == 0) { in sfe_interrupt()
1493 lp->our_intr_bits = 0; in sfe_interrupt()
1497 isr &= lp->our_intr_bits; in sfe_interrupt()
[all …]