Symbol: PRINTERR
sys/arch/mips/alchemy/dev/if_aumac.c
643
PRINTERR("missed frame");
sys/arch/mips/alchemy/dev/if_aumac.c
646
PRINTERR("unknown control frame");
sys/arch/mips/alchemy/dev/if_aumac.c
648
PRINTERR("short frame");
sys/arch/mips/alchemy/dev/if_aumac.c
650
PRINTERR("CRC error");
sys/arch/mips/alchemy/dev/if_aumac.c
652
PRINTERR("medium error");
sys/arch/mips/alchemy/dev/if_aumac.c
654
PRINTERR("late collision");
sys/arch/mips/alchemy/dev/if_aumac.c
656
PRINTERR("frame too big");
sys/arch/mips/alchemy/dev/if_aumac.c
658
PRINTERR("runt frame (collision)");
sys/arch/mips/alchemy/dev/if_aumac.c
660
PRINTERR("watch dog");
sys/arch/mips/alchemy/dev/if_aumac.c
667
PRINTERR("dribbling bit");
sys/arch/mips/atheros/dev/if_ae.c
1041
PRINTERR(ADSTAT_Rx_DE, "descriptor error");
sys/arch/mips/atheros/dev/if_ae.c
1042
PRINTERR(ADSTAT_Rx_RF, "runt frame");
sys/arch/mips/atheros/dev/if_ae.c
1043
PRINTERR(ADSTAT_Rx_TL, "frame too long");
sys/arch/mips/atheros/dev/if_ae.c
1044
PRINTERR(ADSTAT_Rx_RE, "MII error");
sys/arch/mips/atheros/dev/if_ae.c
1045
PRINTERR(ADSTAT_Rx_DB, "dribbling bit");
sys/arch/mips/atheros/dev/if_ae.c
1046
PRINTERR(ADSTAT_Rx_CE, "CRC error");
sys/arch/powerpc/ibm4xx/dev/if_emac.c
2418
PRINTERR(EMAC_RXS_OE, "overrun error");
sys/arch/powerpc/ibm4xx/dev/if_emac.c
2419
PRINTERR(EMAC_RXS_BP, "bad packet");
sys/arch/powerpc/ibm4xx/dev/if_emac.c
2420
PRINTERR(EMAC_RXS_RP, "runt packet");
sys/arch/powerpc/ibm4xx/dev/if_emac.c
2421
PRINTERR(EMAC_RXS_SE, "short event");
sys/arch/powerpc/ibm4xx/dev/if_emac.c
2422
PRINTERR(EMAC_RXS_AE, "alignment error");
sys/arch/powerpc/ibm4xx/dev/if_emac.c
2423
PRINTERR(EMAC_RXS_BFCS, "bad FCS");
sys/arch/powerpc/ibm4xx/dev/if_emac.c
2424
PRINTERR(EMAC_RXS_PTL, "packet too long");
sys/arch/powerpc/ibm4xx/dev/if_emac.c
2425
PRINTERR(EMAC_RXS_ORE, "out of range error");
sys/arch/powerpc/ibm4xx/dev/if_emac.c
2426
PRINTERR(EMAC_RXS_IRE, "in range error");
sys/dev/ic/atw.c
3152
PRINTERR(ATW_RXSTAT_DE, "descriptor error");
sys/dev/ic/atw.c
3153
PRINTERR(ATW_RXSTAT_RXTOE, "time-out");
sys/dev/ic/atw.c
3155
PRINTERR(ATW_RXSTAT_SFDE, "PLCP SFD error");
sys/dev/ic/atw.c
3156
PRINTERR(ATW_RXSTAT_SIGE, "PLCP signal error");
sys/dev/ic/atw.c
3157
PRINTERR(ATW_RXSTAT_CRC16E, "PLCP CRC16 error");
sys/dev/ic/atw.c
3158
PRINTERR(ATW_RXSTAT_ICVE, "WEP ICV error");
sys/dev/ic/dp83932.c
604
PRINTERR(IMR_RFO, "receive FIFO overrun");
sys/dev/ic/dp83932.c
605
PRINTERR(IMR_RBA, "receive buffer exceeded");
sys/dev/ic/dp83932.c
606
PRINTERR(IMR_RBE, "receive buffers exhausted");
sys/dev/ic/dp83932.c
607
PRINTERR(IMR_RDE, "receive descriptors exhausted");
sys/dev/ic/tulip.c
1276
PRINTERR(TDSTAT_Rx_DE, "descriptor error");
sys/dev/ic/tulip.c
1277
PRINTERR(TDSTAT_Rx_RF, "runt frame");
sys/dev/ic/tulip.c
1278
PRINTERR(TDSTAT_Rx_TL, "frame too long");
sys/dev/ic/tulip.c
1279
PRINTERR(TDSTAT_Rx_RE, "MII error");
sys/dev/ic/tulip.c
1280
PRINTERR(TDSTAT_Rx_DB, "dribbling bit");
sys/dev/ic/tulip.c
1281
PRINTERR(TDSTAT_Rx_CE, "CRC error");
sys/dev/pci/if_kse.c
1238
PRINTERR(R0_TL, "frame too long");
sys/dev/pci/if_kse.c
1239
PRINTERR(R0_RF, "runt frame");
sys/dev/pci/if_kse.c
1240
PRINTERR(R0_CE, "bad FCS");
sys/dev/pci/if_sip.c
2007
PRINTERR(sc->sc_bits.b_isr_dperr, "parity error");
sys/dev/pci/if_sip.c
2008
PRINTERR(sc->sc_bits.b_isr_sserr, "system error");
sys/dev/pci/if_sip.c
2009
PRINTERR(sc->sc_bits.b_isr_rmabt, "master abort");
sys/dev/pci/if_sip.c
2010
PRINTERR(sc->sc_bits.b_isr_rtabt, "target abort");
sys/dev/pci/if_sip.c
2011
PRINTERR(ISR_RXSOVR, "receive status FIFO overrun");
sys/dev/pci/if_sip.c
2217
PRINTERR(CMDSTS_Rx_LONG, "Too long packet");
sys/dev/pci/if_sip.c
2218
PRINTERR(CMDSTS_Rx_RUNT, "runt packet");
sys/dev/pci/if_sip.c
2219
PRINTERR(CMDSTS_Rx_ISE, "invalid symbol error");
sys/dev/pci/if_sip.c
2220
PRINTERR(CMDSTS_Rx_CRCE, "CRC error");
sys/dev/pci/if_sip.c
2221
PRINTERR(CMDSTS_Rx_FAE, "frame alignment error");
sys/dev/pci/if_sip.c
2377
PRINTERR(CMDSTS_Rx_LONG, "Too long packet");
sys/dev/pci/if_sip.c
2378
PRINTERR(CMDSTS_Rx_RUNT, "runt packet");
sys/dev/pci/if_sip.c
2379
PRINTERR(CMDSTS_Rx_ISE, "invalid symbol error");
sys/dev/pci/if_sip.c
2380
PRINTERR(CMDSTS_Rx_CRCE, "CRC error");
sys/dev/pci/if_sip.c
2381
PRINTERR(CMDSTS_Rx_FAE, "frame alignment error");