Home
last modified time | relevance | path

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

/freebsd/sys/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.c4471 status = ath_hal_txprocdesc(ah, ds, ts); in ath_tx_processq()
5043 status = (ath_hal_txprocdesc(ah, in ath_tx_draintxq()
5162 ath_hal_txprocdesc(ah, bf->bf_lastds, in ath_tx_dump()
5229 ath_hal_txprocdesc(ah, bf->bf_lastds, in ath_legacy_tx_drain()
H A Dif_athvar.h1402 #define ath_hal_txprocdesc(_ah, _ds, _ts) \ macro