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

/netbsd-6-1-5-RELEASE/sys/arch/arm/at91/
H A Dat91emacreg.h154 #define ETH_ISR_RBNA 0x0004U /* 1 = receive buffer not available */ macro
H A Dat91emac.c236 if (!(imr & (ETH_ISR_RCOM|ETH_ISR_TBRE|ETH_ISR_TIDLE|ETH_ISR_RBNA|ETH_ISR_ROVR))) {
246 if (isr & ETH_ISR_RBNA) { // out of receive buffers
479 | ETH_ISR_RBNA | ETH_ISR_ROVR);
733 | ETH_ISR_RBNA | ETH_ISR_ROVR);

Completed in 56 milliseconds