Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/xe/
Dif_xe.c161 static void xe_macintr(struct xe_softc *scp, uint8_t rst0, uint8_t txst0,
653 xe_macintr(struct xe_softc *scp, uint8_t rst0, uint8_t txst0, uint8_t txst1) in xe_macintr() argument
661 if (txst0 & XE_TXST0_NO_CARRIER || !(txst1 & XE_TXST1_LINK_STATUS)) { in xe_macintr()
669 if (txst0 & XE_TXST0_16_COLLISIONS) { in xe_macintr()
679 if (txst0 & XE_TXST0_TX_UNDERRUN && scp->mohawk) { in xe_macintr()
696 if (txst0 & XE_TXST0_LATE_COLLISION) { in xe_macintr()
703 if (txst0 & XE_TXST0_SQE_FAIL) { in xe_macintr()
860 uint8_t psr, isr, rst0, txst0, txst1; in xe_intr() local
886 txst0 = XE_INB(XE_TXST0); in xe_intr()
894 rst0, txst1, txst0)); in xe_intr()
[all …]