Home
last modified time | relevance | path

Searched refs:IR_EXTRA (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/tehuti/
Dtehuti.h486 #define IR_EXTRA (IR_RX_FREE_0 | IR_LNKCHG0 | IR_PSE | \ macro
488 #define IR_RUN (IR_EXTRA | IR_RX_DESC_0 | IR_TX_FREE_0)
Dtehuti.c264 if (isr & IR_EXTRA) in bdx_isr_napi()