Searched refs:txstat (Results 1 – 2 of 2) sorted by relevance
692 int txstat; in are_encap() local834 txstat = (CSR_READ_4(sc, CSR_STATUS) >> 20) & 7; in are_encap()835 if (startcount == 0 && (txstat == 0 || txstat == 6)) { in are_encap()856 int txstat; in are_start_locked() local893 txstat = (CSR_READ_4(sc, CSR_STATUS) >> 20) & 7; in are_start_locked()894 if (txstat == 0 || txstat == 6) { in are_start_locked()
1055 struct ath_desc *ds, struct ath_tx_status *txstat) in ar9300_Stub_ProcTxDesc() argument