Lines Matching refs:common
36 struct ath_common *common = ath9k_hw_common(ah); in ath9k_beaconq_config() local
61 ath_err(common, "Unable to update h/w beacon queue parameters\n"); in ath9k_beaconq_config()
77 struct ath_common *common = ath9k_hw_common(ah); in ath9k_beacon_setup() local
83 sband = &common->sbands[sc->cur_chandef.chan->band]; in ath9k_beacon_setup()
116 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_beacon_generate() local
149 ath_assign_seq(common, skb); in ath9k_beacon_generate()
160 ath_err(common, "dma_mapping_error on beaconing\n"); in ath9k_beacon_generate()
180 ath_dbg(common, BEACON, in ath9k_beacon_generate()
196 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_beacon_assign_slot() local
213 ath_dbg(common, CONFIG, "Added interface at beacon slot: %d\n", in ath9k_beacon_assign_slot()
219 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_beacon_remove_slot() local
224 ath_dbg(common, CONFIG, "Removing interface at beacon slot: %d\n", in ath9k_beacon_remove_slot()
250 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_beacon_choose_slot() local
259 ath_dbg(common, BEACON, "slot 0, tsf: %llu\n", in ath9k_beacon_choose_slot()
270 ath_dbg(common, BEACON, "slot: %d tsf: %llu tsftu: %u\n", in ath9k_beacon_choose_slot()
278 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_set_tsfadjust() local
290 ath_dbg(common, CONFIG, "tsfadjust is: %llu for bslot: %d\n", in ath9k_set_tsfadjust()
323 struct ath_common *common = ath9k_hw_common(ah); in ath9k_beacon_tasklet() local
329 if (test_bit(ATH_OP_HW_RESET, &common->op_flags)) { in ath9k_beacon_tasklet()
330 ath_dbg(common, RESET, in ath9k_beacon_tasklet()
357 ath_dbg(common, BSTUCK, in ath9k_beacon_tasklet()
364 ath_dbg(common, BSTUCK, "beacon is officially stuck\n"); in ath9k_beacon_tasklet()
396 ath_dbg(common, BSTUCK, "resume beacon xmit after %u misses\n", in ath9k_beacon_tasklet()
430 ath_dbg(common, BEACON, in ath9k_beacon_tasklet()
493 struct ath_common *common = ath9k_hw_common(ah); in ath9k_beacon_config_adhoc() local
506 set_bit(ATH_OP_BEACONS, &common->op_flags); in ath9k_beacon_config_adhoc()
512 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_allow_beacon_config() local
528 ath_dbg(common, CONFIG, in ath9k_allow_beacon_config()
536 test_bit(ATH_OP_BEACONS, &common->op_flags) && in ath9k_allow_beacon_config()
538 ath_dbg(common, CONFIG, in ath9k_allow_beacon_config()
551 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_cache_beacon_config() local
554 ath_dbg(common, BEACON, in ath9k_cache_beacon_config()
589 struct ath_common *common = ath9k_hw_common(ah); in ath9k_beacon_config() local
612 set_bit(ATH_OP_BEACONS, &common->op_flags); in ath9k_beacon_config()
660 set_bit(ATH_OP_BEACONS, &common->op_flags); in ath9k_beacon_config()
662 clear_bit(ATH_OP_BEACONS, &common->op_flags); in ath9k_beacon_config()
668 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_set_beacon() local
683 ath_dbg(common, CONFIG, "Unsupported beaconing mode\n"); in ath9k_set_beacon()