Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Dhw-ops.h28 ath9k_hw_ops(ah)->config_pci_powersave(ah, restore, power_off); in ath9k_hw_configpcipowersave()
33 ath9k_hw_ops(ah)->rx_enable(ah); in ath9k_hw_rxena()
39 ath9k_hw_ops(ah)->set_desc_link(ds, link); in ath9k_hw_set_desc_link()
45 ath9k_hw_ops(ah)->get_desc_link(ds, link); in ath9k_hw_get_desc_link()
52 return ath9k_hw_ops(ah)->calibrate(ah, chan, rxchainmask, longcal); in ath9k_hw_calibrate()
57 return ath9k_hw_ops(ah)->get_isr(ah, masked); in ath9k_hw_getisr()
65 ath9k_hw_ops(ah)->fill_txdesc(ah, ds, seglen, is_firstseg, is_lastseg, in ath9k_hw_filltxdesc()
72 return ath9k_hw_ops(ah)->proc_txdesc(ah, ds, ts); in ath9k_hw_txprocdesc()
81 ath9k_hw_ops(ah)->set11n_txdesc(ah, ds, pktLen, type, txPower, keyIx, in ath9k_hw_set11n_txdesc()
92 ath9k_hw_ops(ah)->set11n_ratescenario(ah, ds, lastds, durUpdateEn, in ath9k_hw_set11n_ratescenario()
[all …]
Dar9003_hw.c399 struct ath_hw_ops *ops = ath9k_hw_ops(ah); in ar9003_hw_attach_ops()
Dar9002_hw.c545 struct ath_hw_ops *ops = ath9k_hw_ops(ah); in ar9002_hw_attach_ops()
Dar9002_mac.c447 struct ath_hw_ops *ops = ath9k_hw_ops(ah); in ar9002_hw_attach_mac_ops()
Dar9003_mac.c509 struct ath_hw_ops *ops = ath9k_hw_ops(hw); in ar9003_hw_attach_mac_ops()
Dar9003_calib.c1023 struct ath_hw_ops *ops = ath9k_hw_ops(ah); in ar9003_hw_attach_calib_ops()
Dhw.h876 static inline struct ath_hw_ops *ath9k_hw_ops(struct ath_hw *ah) in ath9k_hw_ops() function
Dar9002_calib.c969 struct ath_hw_ops *ops = ath9k_hw_ops(ah); in ar9002_hw_attach_calib_ops()