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

/drivers/net/ethernet/sfc/
H A Dselftest.c169 unsigned long napi_ran = 0, dma_pend = 0, int_pend = 0; local
177 set_bit(channel->channel, &int_pend);
196 clear_bit(channel->channel, &int_pend);
201 clear_bit(channel->channel, &int_pend);
207 } while ((dma_pend || int_pend) && time_before(jiffies, timeout));
211 bool int_seen = !test_bit(channel->channel, &int_pend);
242 return (dma_pend || int_pend) ? -ETIMEDOUT : 0;
/drivers/staging/comedi/drivers/
H A Dpcmmio.c392 unsigned char int_pend; local
395 int_pend = inb(dev->iobase + PCMMIO_INT_PENDING_REG) & 0x07;
396 if (!int_pend)

Completed in 64 milliseconds