Home | History | Annotate | Download | only in dev

Lines Matching refs:txstat

1139 	uint32_t txstat;
1173 txstat = sc->sc_txdescs[txs->txs_lastdesc].ad_status;
1174 if (txstat & ADSTAT_OWN)
1194 if (txstat & ADSTAT_Tx_UF)
1196 if (txstat & ADSTAT_Tx_TO)
1198 if (txstat & ADSTAT_Tx_EC)
1200 if (txstat & ADSTAT_Tx_LC)
1205 if (txstat & (ADSTAT_Tx_UF | ADSTAT_Tx_TO))
1208 if (txstat & ADSTAT_Tx_EC)
1210 else if (ADSTAT_Tx_COLLISIONS(txstat))
1212 ADSTAT_Tx_COLLISIONS(txstat));
1213 if (txstat & ADSTAT_Tx_LC)