• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/

Lines Matching defs:ah

59 	struct ath_hw *ah = sc->sc_ah;
60 struct ath_common *common = ath9k_hw_common(ah);
80 ath9k_hw_setuprxdesc(ah, ds,
85 ath9k_hw_putrxbuf(ah, bf->bf_daddr);
90 ath9k_hw_rxena(ah);
102 struct ath_hw *ah = sc->sc_ah;
103 struct ath_common *common = ath9k_hw_common(ah);
109 ath9k_hw_setrxfilter(ah, rfilt);
112 if (ah->caps.hw_caps & ATH9K_HW_CAP_BSSIDMASK)
116 ath9k_hw_setopmode(ah);
120 ath9k_hw_setmcastfilter(ah, mfilt[0], mfilt[1]);
126 struct ath_hw *ah = sc->sc_ah;
141 memset(skb->data, 0, ah->caps.rx_status_len);
143 ah->caps.rx_status_len, DMA_TO_DEVICE);
146 ath9k_hw_addrxbuf_edma(ah, bf->bf_buf_addr, qtype);
218 struct ath_hw *ah = sc->sc_ah;
226 ah->caps.rx_status_len,
229 ath9k_hw_set_rx_bufsize(ah, common->rx_bufsize -
230 ah->caps.rx_status_len);
233 ah->caps.rx_lp_qdepth);
235 ah->caps.rx_hp_qdepth);
369 struct ath_hw *ah = sc->sc_ah;
370 struct ath_common *common = ath9k_hw_common(ah);
470 struct ath_hw *ah = sc->sc_ah;
473 if (ah->caps.hw_caps & ATH9K_HW_CAP_EDMA) {
492 ath9k_hw_putrxbuf(ah, bf->bf_daddr);
493 ath9k_hw_rxena(ah);
497 ath9k_hw_startpcureceive(ah, (sc->sc_flags & SC_OP_OFFCHANNEL));
506 struct ath_hw *ah = sc->sc_ah;
510 ath9k_hw_abortpcurecv(ah);
511 ath9k_hw_setrxfilter(ah, 0);
512 stopped = ath9k_hw_stopdmarecv(ah);
685 struct ath_hw *ah = sc->sc_ah;
686 struct ath_common *common = ath9k_hw_common(ah);
701 ret = ath9k_hw_process_rxdesc_edma(ah, NULL, skb->data);
752 struct ath_hw *ah = sc->sc_ah;
753 struct ath_common *common = ath9k_hw_common(ah);
777 ret = ath9k_hw_rxprocdesc(ah, ds, rs, 0);
803 ret = ath9k_hw_rxprocdesc(ah, tds, &trs, 0);
830 struct ath_hw *ah = common->ah;
832 u8 rx_status_len = ah->caps.rx_status_len;
889 if (ah->opmode == NL80211_IFTYPE_MONITOR) {
954 struct ath_hw *ah = common->ah;
981 ah->stats.avgbrssi = rx_stats->rs_rssi;
1025 struct ath_hw *ah = common->ah;
1065 if (ah->sw_mgmt_crypto &&
1077 struct ath_hw *ah = sc->sc_ah;
1078 struct ath_common *common = ath9k_hw_common(ah);
1090 bool edma = !!(ah->caps.hw_caps & ATH9K_HW_CAP_EDMA);
1092 u8 rx_status_len = ah->caps.rx_status_len;
1105 tsf = ath9k_hw_gettsf64(ah);
1170 skb_put(skb, rs.rs_datalen + ah->caps.rx_status_len);
1171 if (ah->caps.rx_status_len)
1172 skb_pull(skb, ah->caps.rx_status_len);