Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Ddc21040reg.h65 #define TULIP_DSTS_TxEXCCOLL 0x00000100 /* Excessive Collisions */ macro
/openbsd/src/sys/dev/pci/
Dif_de.c3488 if (d_status & (TULIP_DSTS_TxNOCARR|TULIP_DSTS_TxEXCCOLL)) { in tulip_tx_intr()
3492 if (d_status & TULIP_DSTS_TxEXCCOLL) in tulip_tx_intr()
3506 if (d_status & TULIP_DSTS_TxEXCCOLL) in tulip_tx_intr()