Lines Matching defs: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))
539 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
549 ath_dbg(common, PS,
574 ath_dbg(common, PS,
587 ath_dbg(common, PS, "PS wait for CAB frames timed out\n");
594 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
612 ath_dbg(common, PS,
618 ath_dbg(common, PS,
634 struct ath_common *common = ath9k_hw_common(ah);
647 common->rx_bufsize, DMA_FROM_DEVICE);
653 common->rx_bufsize, DMA_FROM_DEVICE);
699 struct ath_common *common = ath9k_hw_common(ah);
781 common->rx_bufsize,
816 struct ath_common *common = ath9k_hw_common(ah);
846 if (rx_stats->rs_datalen > (common->rx_bufsize - ah->caps.rx_status_len)) {
898 if (!ath9k_cmn_rx_accept(common, hdr, rx_status, rx_stats, decrypt_error,
905 if (ath_is_mybeacon(common, hdr)) {
916 if (ath9k_cmn_process_rate(common, hw, rx_stats, rx_status)) {
921 ath_dbg(common, ANY, "unsupported hw bitrate detected 0x%02x using 1 Mbit\n",
933 ath9k_cmn_process_rssi(common, hw, rx_stats, rx_status);
968 struct ath_common *common = ath9k_hw_common(ah);
985 if (common->bt_ant_diversity)
1016 struct ath_common *common = ath9k_hw_common(ah);
1050 rate = &common->sbands[rxs->band].bitrates[rxs->rate_idx];
1066 struct ath_common *common = ath9k_hw_common(ah);
1123 requeue_skb = ath_rxbuf_alloc(common, common->rx_bufsize, GFP_ATOMIC);
1136 common->rx_bufsize, dma_type);
1144 common->rx_bufsize, dma_type);
1154 ath9k_cmn_rx_skb_postprocess(common, hdr_skb, &rs,