Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/sun/
Dcassini.h367 #define INTR_RX_DONE_ALT 0x01 macro
373 #define INTRN_MASK_CLEAR_ALL (INTR_RX_DONE_ALT | \
Dcassini.c2406 if (status & INTR_RX_DONE_ALT) { /* handle rx separately */ in cas_interruptN()
2413 status &= ~INTR_RX_DONE_ALT; in cas_interruptN()
2457 if (status & INTR_RX_DONE_ALT) { /* handle rx separately */ in cas_interrupt1()
2464 status &= ~INTR_RX_DONE_ALT; in cas_interrupt1()