Home
last modified time | relevance | path

Searched refs:ath_hal_txprocdesc (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx_edma.c820 status = ath_hal_txprocdesc(ah, NULL, (void *) &ts); in ath_edma_tx_processq()
H A Dif_ath.c4476 status = ath_hal_txprocdesc(ah, ds, ts); in ath_tx_processq()
5048 status = (ath_hal_txprocdesc(ah, in ath_tx_draintxq()
5167 ath_hal_txprocdesc(ah, bf->bf_lastds, in ath_tx_dump()
5234 ath_hal_txprocdesc(ah, bf->bf_lastds, in ath_legacy_tx_drain()
H A Dif_athvar.h1406 #define ath_hal_txprocdesc(_ah, _ds, _ts) \ macro