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.c145 uint32_t our_intr_bits; member
461 lp->isr_pended |= INL(dp, ISR) & lp->our_intr_bits; in sfe_reset_chip_sis900()
515 lp->isr_pended |= INL(dp, ISR) & lp->our_intr_bits; in sfe_reset_chip_dp83815()
821 lp->our_intr_bits = OUR_INTR_BITS; in sfe_start_chip()
826 OUTL(dp, IMR, lp->our_intr_bits); in sfe_start_chip()
871 lp->isr_pended |= val & lp->our_intr_bits; in sfe_stop_chip()
911 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 …]