Searched refs:set_txdesc (Results 1 – 4 of 4) sorted by relevance
60 return ath9k_hw_ops(ah)->set_txdesc(ah, ds, i); in ath9k_hw_set_txdesc()
426 ops->set_txdesc = ar9002_set_txdesc; in ar9002_hw_attach_mac_ops()
460 ops->set_txdesc = ar9003_set_txdesc; in ar9003_hw_attach_mac_ops()
732 void (*set_txdesc)(struct ath_hw *ah, void *ds, member