Home
last modified time | relevance | path

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

/drivers/infiniband/hw/nes/
Dnes_hw.c2080 ~(NES_INT_INTF | NES_INT_TIMER | NES_INT_MAC0 | NES_INT_MAC1 | NES_INT_MAC2 | NES_INT_MAC3))); in nes_napi_isr()
2089 if ((nesdev->int_req & NES_INT_TIMER) == 0) { in nes_napi_isr()
2091 nesdev->int_req |= NES_INT_TIMER; in nes_napi_isr()
2108 nesdev->int_req &= ~NES_INT_TIMER; in nes_napi_isr()
2177 if (int_stat & NES_INT_TIMER) { in nes_dpc()
2180 int_stat &= ~NES_INT_TIMER; in nes_dpc()
2184 int_stat &= ~NES_INT_TIMER; in nes_dpc()
2188 if (int_stat & ~(NES_INT_INTF | NES_INT_TIMER | NES_INT_MAC0| in nes_dpc()
2192 (int_stat & ~(NES_INT_INTF | NES_INT_TIMER | NES_INT_MAC0| in nes_dpc()
2220 if (int_stat & NES_INT_TIMER) { in nes_dpc()
[all …]
Dnes.c404 if ((int_stat&int_req) & (~(NES_INT_TIMER|NES_INT_INTF))) { in nes_interrupt()
407 if (((int_stat & int_req) & NES_INT_TIMER) == NES_INT_TIMER) { in nes_interrupt()
Dnes_hw.h452 NES_INT_TIMER = (1<<29), enumerator