Searched refs:int_pend (Results 1 – 2 of 2) sorted by relevance
172 unsigned long napi_ran = 0, dma_pend = 0, int_pend = 0; in efx_test_eventq_irq() local180 set_bit(channel->channel, &int_pend); in efx_test_eventq_irq()199 clear_bit(channel->channel, &int_pend); in efx_test_eventq_irq()204 clear_bit(channel->channel, &int_pend); in efx_test_eventq_irq()210 } while ((dma_pend || int_pend) && time_before(jiffies, timeout)); in efx_test_eventq_irq()214 bool int_seen = !test_bit(channel->channel, &int_pend); in efx_test_eventq_irq()245 return (dma_pend || int_pend) ? -ETIMEDOUT : 0; in efx_test_eventq_irq()
373 unsigned char int_pend; in interrupt_pcmmio() local376 int_pend = inb(dev->iobase + PCMMIO_INT_PENDING_REG) & 0x07; in interrupt_pcmmio()377 if (!int_pend) in interrupt_pcmmio()