Lines Matching refs:tx_status
1031 uint32_t tx_fifo_inf, tx_status;
1043 tx_status = bus_space_read_4(sc->sc_iot, sc->sc_ioh,
1045 DPRINTFN(3, ("%s: tx_status=0x%x\n", __func__, tx_status));
1046 if (tx_status & LAN9118_TXS_ES) {
1047 if (tx_status & LAN9118_TXS_LOC)
1050 if ((tx_status & LAN9118_TXS_NC) && !fdx)
1052 if (tx_status & LAN9118_TXS_LCOL)
1055 if (tx_status & LAN9118_TXS_ECOL) {
1061 if (LAN9118_TXS_COLCNT(tx_status) != 0)
1064 LAN9118_TXS_COLCNT(tx_status));
1065 if (tx_status & LAN9118_TXS_ED)
1068 if (tx_status & LAN9118_TXS_DEFERRED)