INTR_RX_DONE_ALT 1255 drivers/net/ethernet/sun/cassini.c 			writel(INTR_RX_DONE_ALT | INTR_RX_BUF_UNAVAIL_1,
INTR_RX_DONE_ALT 1259 drivers/net/ethernet/sun/cassini.c 			writel(INTR_RX_DONE_ALT,
INTR_RX_DONE_ALT 2447 drivers/net/ethernet/sun/cassini.c 	if (status & INTR_RX_DONE_ALT) { /* handle rx separately */
INTR_RX_DONE_ALT 2454 drivers/net/ethernet/sun/cassini.c 		status &= ~INTR_RX_DONE_ALT;
INTR_RX_DONE_ALT 2498 drivers/net/ethernet/sun/cassini.c 	if (status & INTR_RX_DONE_ALT) { /* handle rx separately */
INTR_RX_DONE_ALT 2505 drivers/net/ethernet/sun/cassini.c 		status &= ~INTR_RX_DONE_ALT;
INTR_RX_DONE_ALT  373 drivers/net/ethernet/sun/cassini.h #define    INTRN_MASK_CLEAR_ALL          (INTR_RX_DONE_ALT | \