Lines Matching refs:common

133 	struct ath_common *common = ath9k_hw_common(priv->ah);  in get_htc_epid_queue()  local
149 ath_err(common, "Invalid EPID: %d\n", epid); in get_htc_epid_queue()
160 struct ath_common *common = ath9k_hw_common(priv->ah); in strip_drv_header() local
181 ath_err(common, "Unsupported EPID: %d\n", tx_ctl->epid); in strip_drv_header()
616 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_tx_get_packet() local
636 ath_dbg(common, XMIT, "No matching packet for cookie: %d, epid: %d\n", in ath9k_htc_tx_get_packet()
712 struct ath_common *common = ath9k_hw_common(priv->ah); in check_packet() local
720 ath_dbg(common, XMIT, "Dropping a packet due to TX timeout\n"); in check_packet()
758 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_tx_cleanup_timer() local
767 ath_dbg(common, XMIT, in ath9k_htc_tx_cleanup_timer()
822 struct ath_common *common = ath9k_hw_common(ah); in ath9k_htc_txq_setup() local
834 ath_err(common, "qnum %u out of range, max %zu!\n", in ath9k_htc_txq_setup()
930 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_host_rx_init() local
933 ath9k_hw_startpcureceive(priv->ah, test_bit(ATH_OP_SCANNING, &common->op_flags)); in ath9k_host_rx_init()
977 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_rx_prepare() local
978 struct ath_hw *ah = common->ah; in ath9k_rx_prepare()
984 ath_err(common, "Corrupted RX frame, dropping (len: %d)\n", in ath9k_rx_prepare()
993 ath_err(common, in ath9k_rx_prepare()
1029 if (!ath9k_cmn_rx_accept(common, hdr, rx_status, &rx_stats, in ath9k_rx_prepare()
1033 ath9k_cmn_rx_skb_postprocess(common, skb, &rx_stats, in ath9k_rx_prepare()
1036 if (ath9k_cmn_process_rate(common, hw, &rx_stats, rx_status)) in ath9k_rx_prepare()
1039 rx_stats.is_mybeacon = ath_is_mybeacon(common, hdr); in ath9k_rx_prepare()
1040 ath9k_cmn_process_rssi(common, hw, &rx_stats, rx_status); in ath9k_rx_prepare()
1114 struct ath_common *common = ath9k_hw_common(ah); in ath9k_htc_rxep() local
1127 ath_dbg(common, ANY, "No free RX buffer\n"); in ath9k_htc_rxep()