Searched refs:ath9k_hw_ops (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/drivers/net/wireless/ath/ath9k/ |
D | hw-ops.h | 28 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 …]
|
D | ar9003_hw.c | 399 struct ath_hw_ops *ops = ath9k_hw_ops(ah); in ar9003_hw_attach_ops()
|
D | ar9002_hw.c | 545 struct ath_hw_ops *ops = ath9k_hw_ops(ah); in ar9002_hw_attach_ops()
|
D | ar9002_mac.c | 447 struct ath_hw_ops *ops = ath9k_hw_ops(ah); in ar9002_hw_attach_mac_ops()
|
D | ar9003_mac.c | 509 struct ath_hw_ops *ops = ath9k_hw_ops(hw); in ar9003_hw_attach_mac_ops()
|
D | ar9003_calib.c | 1023 struct ath_hw_ops *ops = ath9k_hw_ops(ah); in ar9003_hw_attach_calib_ops()
|
D | hw.h | 876 static inline struct ath_hw_ops *ath9k_hw_ops(struct ath_hw *ah) in ath9k_hw_ops() function
|
D | ar9002_calib.c | 969 struct ath_hw_ops *ops = ath9k_hw_ops(ah); in ar9002_hw_attach_calib_ops()
|