Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_desc.c530 ah->ah_proc_tx_desc = ath5k_hw_proc_4word_tx_status; in ath5k_hw_init_desc_functions()
534 ah->ah_proc_tx_desc = ath5k_hw_proc_2word_tx_status; in ath5k_hw_init_desc_functions()
Dath5k.h1062 int (*ah_proc_tx_desc)(struct ath5k_hw *, struct ath5k_desc *, member
Dath5k.c1282 ret = sc->ah->ah_proc_tx_desc(sc->ah, ds, &ts); in ath5k_tx_processq()