Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/atheros/ar531x/
H A Dif_are.c692 int txstat; in are_encap() local
834 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() local
893 txstat = (CSR_READ_4(sc, CSR_STATUS) >> 20) & 7; in are_start_locked()
894 if (txstat == 0 || txstat == 6) { in are_start_locked()
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub_funcs.c1055 struct ath_desc *ds, struct ath_tx_status *txstat) in ar9300_Stub_ProcTxDesc() argument