Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/tehuti/
H A Dtehuti.h469 #define IR_TX_FREE_0 0x00008000 /*15 */ macro
488 #define IR_RUN (IR_EXTRA | IR_RX_DESC_0 | IR_TX_FREE_0)
H A Dtehuti.c267 if (isr & (IR_RX_DESC_0 | IR_TX_FREE_0)) { in bdx_isr_napi()