Searched refs:INTR_RX_DONE_ALT (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/sun/
H A Dcassini.h367 #define INTR_RX_DONE_ALT 0x01 macro
373 #define INTRN_MASK_CLEAR_ALL (INTR_RX_DONE_ALT | \
H A Dcassini.c2405 if (status & INTR_RX_DONE_ALT) { /* handle rx separately */
2412 status &= ~INTR_RX_DONE_ALT;
2456 if (status & INTR_RX_DONE_ALT) { /* handle rx separately */
2463 status &= ~INTR_RX_DONE_ALT;

Completed in 156 milliseconds