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

/netbsd-current/sys/dev/marvell/
H A Dgtethreg.h730 #define ETH_IR_RxBuffer ETH__BIT(0) macro
H A Dif_gfe.c840 rxq->rxq_intrbits = ETH_IR_RxBuffer | ETH_IR_RxError;
1034 intrmask &= ~(ETH_IR_RxBuffer | ETH_IR_RxError);
1116 sc->sc_idlemask &= ~(ETH_IR_RxBits | ETH_IR_RxBuffer | ETH_IR_RxError);
1117 sc->sc_intrmask &= ~(ETH_IR_RxBits | ETH_IR_RxBuffer | ETH_IR_RxError);
1634 if (cause & (ETH_IR_RxBuffer | ETH_IR_RxError))

Completed in 205 milliseconds