Home
last modified time | relevance | path

Searched refs:ah_fillTxDesc (Results 1 – 8 of 8) sorted by relevance

/trueos/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_stub.c68 ah->ah_fillTxDesc = ar9300_Stub_FillTxDesc; in ar9300_set_stub_functions()
HDar9300_freebsd.c101 ah->ah_fillTxDesc = ar9300_freebsd_fill_tx_desc; in ar9300_attach_freebsd_ops()
/trueos/sys/dev/ath/ath_hal/ar5210/
HDar5210_attach.c73 .ah_fillTxDesc = ar5210FillTxDesc,
/trueos/sys/dev/ath/ath_hal/ar5211/
HDar5211_attach.c73 .ah_fillTxDesc = ar5211FillTxDesc,
/trueos/sys/dev/ath/ath_hal/ar5212/
HDar5212_attach.c69 .ah_fillTxDesc = ar5212FillTxDesc,
/trueos/sys/dev/ath/ath_hal/ar5416/
HDar5416_attach.c116 ah->ah_fillTxDesc = ar5416FillTxDesc; in ar5416InitState()
/trueos/sys/dev/ath/ath_hal/
HDah.h1356 HAL_BOOL __ahdecl(*ah_fillTxDesc)(struct ath_hal *, struct ath_desc *, member
/trueos/sys/dev/ath/
HDif_athvar.h1344 ((*(_ah)->ah_fillTxDesc)((_ah), (_ds), (_b), (_l), (_did), (_qid), \