Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/ath/
HDif_ath_tx_edma.c820 status = ath_hal_txprocdesc(ah, NULL, (void *) &ts); in ath_edma_tx_processq()
HDif_ath.c4414 status = ath_hal_txprocdesc(ah, ds, ts); in ath_tx_processq()
4986 status = (ath_hal_txprocdesc(ah, in ath_tx_draintxq()
5105 ath_hal_txprocdesc(ah, bf->bf_lastds, in ath_tx_dump()
5172 ath_hal_txprocdesc(ah, bf->bf_lastds, in ath_legacy_tx_drain()
HDif_athvar.h1400 #define ath_hal_txprocdesc(_ah, _ds, _ts) \ macro