Lines Matching refs:sc_ah

26 	       (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_AUTOSLEEP);  in ath9k_check_auto_sleep()
40 struct ath_hw *ah = sc->sc_ah; in ath_rx_buf_link()
83 ath9k_hw_setantenna(sc->sc_ah, antenna); in ath_setdefantenna()
90 struct ath_hw *ah = sc->sc_ah; in ath_opmode_init()
113 struct ath_hw *ah = sc->sc_ah; in ath_rx_edma_buf_link()
141 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_rx_addbuffer_edma()
173 struct ath_hw *ah = sc->sc_ah; in ath_rx_edma_cleanup()
200 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_rx_edma_init()
201 struct ath_hw *ah = sc->sc_ah; in ath_rx_edma_init()
258 ath9k_hw_rxena(sc->sc_ah); in ath_edma_start_recv()
262 ath9k_hw_startpcureceive(sc->sc_ah, sc->cur_chan->offchannel); in ath_edma_start_recv()
273 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_rx_init()
281 sc->sc_ah->caps.rx_status_len; in ath_rx_init()
283 if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_EDMA) in ath_rx_init()
333 struct ath_hw *ah = sc->sc_ah; in ath_rx_cleanup()
338 if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_EDMA) { in ath_rx_cleanup()
377 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_calcrxfilter()
395 if (sc->sc_ah->is_monitoring) in ath_calcrxfilter()
399 sc->sc_ah->dynack.enabled) in ath_calcrxfilter()
402 if ((sc->sc_ah->opmode == NL80211_IFTYPE_STATION) && in ath_calcrxfilter()
406 else if (sc->sc_ah->opmode != NL80211_IFTYPE_OCB) in ath_calcrxfilter()
409 if ((sc->sc_ah->opmode == NL80211_IFTYPE_AP) || in ath_calcrxfilter()
419 if (sc->sc_ah->hw_version.macVersion <= AR_SREV_VERSION_9160) in ath_calcrxfilter()
424 if (AR_SREV_9550(sc->sc_ah) || AR_SREV_9531(sc->sc_ah) || in ath_calcrxfilter()
425 AR_SREV_9561(sc->sc_ah)) in ath_calcrxfilter()
428 if (AR_SREV_9462(sc->sc_ah) || AR_SREV_9565(sc->sc_ah)) in ath_calcrxfilter()
443 struct ath_hw *ah = sc->sc_ah; in ath_startrecv()
475 if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_EDMA) in ath_flushrecv()
482 struct ath_hw *ah = sc->sc_ah; in ath_stoprecv()
491 if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_EDMA) in ath_stoprecv()
498 ath_dbg(ath9k_hw_common(sc->sc_ah), RESET, in ath_stoprecv()
539 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_rx_ps_beacon()
594 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_rx_ps()
633 struct ath_hw *ah = sc->sc_ah; in ath_edma_get_buffers()
698 struct ath_hw *ah = sc->sc_ah; in ath_get_next_rx_buf()
815 struct ath_hw *ah = sc->sc_ah; in ath9k_rx_skb_preprocess()
966 struct ath_hw *ah = sc->sc_ah; in ath9k_antenna_check()
1015 struct ath_hw *ah = sc->sc_ah; in ath_rx_count_airtime()
1065 struct ath_hw *ah = sc->sc_ah; in ath_rx_tasklet()
1210 ath_dynack_sample_ack_ts(sc->sc_ah, skb, rs.rs_tstamp); in ath_rx_tasklet()