Lines Matching defs:sc

57 static bool ath9k_has_pending_frames(struct ath_softc *sc, struct ath_txq *txq,  in ath9k_has_pending_frames()
84 static bool ath9k_setpower(struct ath_softc *sc, enum ath9k_power_mode mode) in ath9k_setpower()
98 struct ath_softc *sc = (struct ath_softc *) data; in ath_ps_full_sleep() local
112 void ath9k_ps_wakeup(struct ath_softc *sc) in ath9k_ps_wakeup()
143 void ath9k_ps_restore(struct ath_softc *sc) in ath9k_ps_restore()
181 static void __ath_cancel_work(struct ath_softc *sc) in __ath_cancel_work()
193 void ath_cancel_work(struct ath_softc *sc) in ath_cancel_work()
199 void ath_restart_work(struct ath_softc *sc) in ath_restart_work()
210 static bool ath_prepare_reset(struct ath_softc *sc) in ath_prepare_reset()
230 static bool ath_complete_reset(struct ath_softc *sc, bool start) in ath_complete_reset()
280 static int ath_reset_internal(struct ath_softc *sc, struct ath9k_channel *hchan) in ath_reset_internal()
345 static void ath_node_attach(struct ath_softc *sc, struct ieee80211_sta *sta, in ath_node_attach()
361 static void ath_node_detach(struct ath_softc *sc, struct ieee80211_sta *sta) in ath_node_detach()
371 struct ath_softc *sc = (struct ath_softc *)data; in ath9k_tasklet() local
504 struct ath_softc *sc = dev; in ath_isr() local
603 int ath_reset(struct ath_softc *sc, struct ath9k_channel *hchan) in ath_reset()
623 void ath9k_queue_reset(struct ath_softc *sc, enum ath_reset_type type) in ath9k_queue_reset()
636 struct ath_softc *sc = container_of(work, struct ath_softc, hw_reset_work); in ath_reset_work() local
649 struct ath_softc *sc = hw->priv; in ath9k_start() local
749 struct ath_softc *sc = hw->priv; in ath9k_tx() local
824 struct ath_softc *sc = hw->priv; in ath9k_stop() local
959 static void ath9k_update_bssid_mask(struct ath_softc *sc, in ath9k_update_bssid_mask()
988 void ath9k_calculate_iter_data(struct ath_softc *sc, in ath9k_calculate_iter_data()
1008 static void ath9k_set_assoc_state(struct ath_softc *sc, in ath9k_set_assoc_state()
1039 static void ath9k_set_offchannel_state(struct ath_softc *sc) in ath9k_set_offchannel_state()
1076 void ath9k_calculate_summary_state(struct ath_softc *sc, in ath9k_calculate_summary_state()
1186 void ath9k_set_txpower(struct ath_softc *sc, struct ieee80211_vif *vif) in ath9k_set_txpower()
1230 struct ath_softc *sc = hw->priv; in ath9k_add_interface() local
1279 struct ath_softc *sc = hw->priv; in ath9k_change_interface() local
1313 struct ath_softc *sc = hw->priv; in ath9k_remove_interface() local
1340 static void ath9k_enable_ps(struct ath_softc *sc) in ath9k_enable_ps()
1359 static void ath9k_disable_ps(struct ath_softc *sc) in ath9k_disable_ps()
1385 struct ath_softc *sc = hw->priv; in ath9k_config() local
1462 struct ath_softc *sc = hw->priv; in ath9k_configure_filter() local
1485 struct ath_softc *sc = hw->priv; in ath9k_sta_add() local
1506 static void ath9k_del_ps_key(struct ath_softc *sc, in ath9k_del_ps_key()
1526 struct ath_softc *sc = hw->priv; in ath9k_sta_remove() local
1540 struct ath_softc *sc = hw->priv; in ath9k_sta_state() local
1586 struct ath_softc *sc = hw->priv; in ath9k_sta_notify() local
1607 struct ath_softc *sc = hw->priv; in ath9k_conf_tx() local
1650 struct ath_softc *sc = hw->priv; in ath9k_set_key() local
1739 struct ath_softc *sc = hw->priv; in ath9k_bss_info_changed() local
1813 struct ath_softc *sc = hw->priv; in ath9k_get_tsf() local
1829 struct ath_softc *sc = hw->priv; in ath9k_set_tsf() local
1840 struct ath_softc *sc = hw->priv; in ath9k_reset_tsf() local
1857 struct ath_softc *sc = hw->priv; in ath9k_ampdu_action() local
1909 struct ath_softc *sc = hw->priv; in ath9k_get_survey() local
1945 static void ath9k_enable_dynack(struct ath_softc *sc) in ath9k_enable_dynack()
1962 struct ath_softc *sc = hw->priv; in ath9k_set_coverage_class() local
1989 static bool ath9k_has_tx_pending(struct ath_softc *sc, in ath9k_has_tx_pending()
2010 struct ath_softc *sc = hw->priv; in ath9k_flush() local
2039 struct ath_softc *sc = hw->priv; in __ath9k_flush() local
2088 struct ath_softc *sc = hw->priv; in ath9k_tx_frames_pending() local
2095 struct ath_softc *sc = hw->priv; in ath9k_tx_last_beacon() local
2137 struct ath_softc *sc = hw->priv; in ath9k_get_stats() local
2185 struct ath_softc *sc = hw->priv; in ath9k_set_antenna() local
2214 struct ath_softc *sc = hw->priv; in ath9k_get_antenna() local
2225 struct ath_softc *sc = hw->priv; in ath9k_sw_scan_start() local
2233 struct ath_softc *sc = hw->priv; in ath9k_sw_scan_complete() local
2240 static void ath9k_cancel_pending_offchannel(struct ath_softc *sc) in ath9k_cancel_pending_offchannel()
2266 struct ath_softc *sc = hw->priv; in ath9k_hw_scan() local
2300 struct ath_softc *sc = hw->priv; in ath9k_cancel_hw_scan() local
2316 struct ath_softc *sc = hw->priv; in ath9k_remain_on_channel() local
2349 struct ath_softc *sc = hw->priv; in ath9k_cancel_remain_on_channel() local
2370 struct ath_softc *sc = hw->priv; in ath9k_add_chanctx() local
2405 struct ath_softc *sc = hw->priv; in ath9k_remove_chanctx() local
2426 struct ath_softc *sc = hw->priv; in ath9k_change_chanctx() local
2442 struct ath_softc *sc = hw->priv; in ath9k_assign_vif_chanctx() local
2473 struct ath_softc *sc = hw->priv; in ath9k_unassign_vif_chanctx() local
2501 struct ath_softc *sc = hw->priv; in ath9k_mgd_prepare_tx() local
2595 struct ath_softc *sc = hw->priv; in ath9k_get_txpower() local