Lines Matching refs:common

41 	struct ath_common *common = ath9k_hw_common(ah);
60 common->rx_bufsize,
91 struct ath_common *common = ath9k_hw_common(ah);
100 ath_hw_setbssidmask(common);
141 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
145 ath_dbg(common, QUEUE, "No free rx buf available\n");
174 struct ath_common *common = ath9k_hw_common(ah);
183 common->rx_bufsize,
200 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
207 ath9k_hw_set_rx_bufsize(ah, common->rx_bufsize -
223 skb = ath_rxbuf_alloc(common, common->rx_bufsize, GFP_KERNEL);
229 memset(skb->data, 0, common->rx_bufsize);
233 common->rx_bufsize,
240 ath_err(common,
273 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
280 common->rx_bufsize = IEEE80211_MAX_MPDU_LEN / 2 +
286 ath_dbg(common, CONFIG, "cachelsz %u rxbufsize %u\n",
287 common->cachelsz, common->rx_bufsize);
294 ath_err(common,
301 skb = ath_rxbuf_alloc(common, common->rx_bufsize,
310 common->rx_bufsize,
317 ath_err(common,
334 struct ath_common *common = ath9k_hw_common(ah);
347 common->rx_bufsize,
377 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
432 test_bit(ATH_OP_SCANNING, &common->op_flags))
540 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
550 ath_dbg(common, PS,
575 ath_dbg(common, PS,
588 ath_dbg(common, PS, "PS wait for CAB frames timed out\n");
595 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
613 ath_dbg(common, PS,
619 ath_dbg(common, PS,
635 struct ath_common *common = ath9k_hw_common(ah);
648 common->rx_bufsize, DMA_FROM_DEVICE);
654 common->rx_bufsize, DMA_FROM_DEVICE);
700 struct ath_common *common = ath9k_hw_common(ah);
782 common->rx_bufsize,
817 struct ath_common *common = ath9k_hw_common(ah);
843 if (rx_stats->rs_datalen > (common->rx_bufsize - ah->caps.rx_status_len)) {
884 if (!ath9k_cmn_rx_accept(common, hdr, rx_status, rx_stats, decrypt_error,
891 if (ath_is_mybeacon(common, hdr)) {
902 if (ath9k_cmn_process_rate(common, hw, rx_stats, rx_status)) {
907 ath_dbg(common, ANY, "unsupported hw bitrate detected 0x%02x using 1 Mbit\n",
919 ath9k_cmn_process_rssi(common, hw, rx_stats, rx_status);
954 struct ath_common *common = ath9k_hw_common(ah);
971 if (common->bt_ant_diversity)
1002 struct ath_common *common = ath9k_hw_common(ah);
1059 requeue_skb = ath_rxbuf_alloc(common, common->rx_bufsize, GFP_ATOMIC);
1072 common->rx_bufsize, dma_type);
1080 common->rx_bufsize, dma_type);
1090 ath9k_cmn_rx_skb_postprocess(common, hdr_skb, &rs,