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

/freebsd-11.0-release/sys/dev/xe/
H A Dif_xe.c159 static void xe_macintr(struct xe_softc *scp, uint8_t rst0, uint8_t txst0,
649 xe_macintr(struct xe_softc *scp, uint8_t rst0, uint8_t txst0, uint8_t txst1) argument
657 if (txst0 & XE_TXST0_NO_CARRIER || !(txst1 & XE_TXST1_LINK_STATUS)) {
665 if (txst0 & XE_TXST0_16_COLLISIONS) {
675 if (txst0 & XE_TXST0_TX_UNDERRUN && scp->mohawk) {
692 if (txst0 & XE_TXST0_LATE_COLLISION) {
699 if (txst0 & XE_TXST0_SQE_FAIL) {
856 uint8_t psr, isr, rst0, txst0, txst1; local
882 txst0 = XE_INB(XE_TXST0);
890 rst0, txst1, txst0));
[all...]

Completed in 48 milliseconds