Searched refs:intr_stat (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dw89c840.c349 static void handle_intr(u32 intr_stat)
351 if ((intr_stat & (NormalIntr|AbnormalIntr)) == 0) {
356 writel(intr_stat & 0x001ffff, ioaddr + IntrStatus);
359 if (intr_stat & AbnormalIntr) {
364 decode_interrupt(intr_stat);
367 if (intr_stat & RxNoBuf) {
545 u32 intr_stat = 0; local
550 decode_interrupt(intr_stat);
/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe.c2369 uint32_t intr_stat; local
2383 intr_stat = INL(bfe, BFE_INTR_STAT);
2384 intr_stat &= BFE_IMASK_DEF;
2385 OUTL(bfe, BFE_INTR_STAT, intr_stat);
2388 if (intr_stat == 0) {
2394 int, intr_stat);
2418 if (intr_stat & BFE_ISTAT_RX) {
2419 rx_head = bfe_receive(bfe, intr_stat);
2423 if (intr_stat & BFE_ISTAT_TX) {
2424 resched = bfe_tx_done(bfe, intr_stat);
[all...]

Completed in 101 milliseconds