HomeSort by: relevance | last modified time | path
    Searched refs:ETH_ISR_RBNA (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/arm/at91/
at91emacreg.h 154 #define ETH_ISR_RBNA 0x0004U /* 1 = receive buffer not available */
at91emac.c 216 | ETH_ISR_RBNA | ETH_ISR_ROVR))) {
230 if (isr & ETH_ISR_RBNA) { // out of receive buffers
468 | ETH_ISR_RBNA | ETH_ISR_ROVR);
706 | ETH_ISR_RBNA | ETH_ISR_ROVR);
  /src/sys/dev/cadence/
cemacreg.h 210 #define ETH_ISR_RBNA __BIT(2) /* 1 = receive buffer not available */
if_cemac.c 264 ETH_ISR_RBNA | ETH_ISR_ROVR | ETH_ISR_TCOM))) {
287 if (isr & ETH_ISR_RBNA) {
626 | ETH_ISR_RBNA | ETH_ISR_ROVR | ETH_ISR_TCOM);
1016 | ETH_ISR_RBNA | ETH_ISR_ROVR | ETH_ISR_TCOM);

Completed in 14 milliseconds