Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_hw.c2038 ~(NES_INT_INTF | NES_INT_TIMER | NES_INT_MAC0 | NES_INT_MAC1 | NES_INT_MAC2 | NES_INT_MAC3))); in nes_napi_isr()
2047 if ((nesdev->int_req & NES_INT_TIMER) == 0) { in nes_napi_isr()
2049 nesdev->int_req |= NES_INT_TIMER; in nes_napi_isr()
2066 nesdev->int_req &= ~NES_INT_TIMER; in nes_napi_isr()
2135 if (int_stat & NES_INT_TIMER) { in nes_dpc()
2138 int_stat &= ~NES_INT_TIMER; in nes_dpc()
2142 int_stat &= ~NES_INT_TIMER; in nes_dpc()
2146 if (int_stat & ~(NES_INT_INTF | NES_INT_TIMER | NES_INT_MAC0| in nes_dpc()
2150 (int_stat & ~(NES_INT_INTF | NES_INT_TIMER | NES_INT_MAC0| in nes_dpc()
2178 if (int_stat & NES_INT_TIMER) { in nes_dpc()
[all …]
Dnes.c403 if ((int_stat&int_req) & (~(NES_INT_TIMER|NES_INT_INTF))) { in nes_interrupt()
406 if (((int_stat & int_req) & NES_INT_TIMER) == NES_INT_TIMER) { in nes_interrupt()
Dnes_hw.h450 NES_INT_TIMER = (1<<29), enumerator