Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_xmit_ds.c255 if ((ads->status8 & AR_tx_done) == 0) { in ar9300_proc_tx_desc()
584 if (ads->status8 & AR_tx_done) { in ar9300_is_tx_done()
H A Dar9300desc.h314 #define AR_tx_done 0x00000001 macro