Searched refs:ath_chanctx_event (Results 1 – 5 of 5) sorted by relevance
/drivers/net/wireless/ath/ath9k/ |
D | ath9k.h | 354 enum ath_chanctx_event { enum 464 enum ath_chanctx_event ev); 466 enum ath_chanctx_event ev); 467 void ath_chanctx_event(struct ath_softc *sc, struct ieee80211_vif *vif, 468 enum ath_chanctx_event ev); 495 enum ath_chanctx_event ev) in ath_chanctx_beacon_recv_ev() 499 enum ath_chanctx_event ev) in ath_chanctx_beacon_sent_ev() 502 static inline void ath_chanctx_event(struct ath_softc *sc, in ath_chanctx_event() function 504 enum ath_chanctx_event ev) in ath_chanctx_event()
|
D | channel.c | 198 static const char *chanctx_event_string(enum ath_chanctx_event ev) in chanctx_event_string() 303 ath_chanctx_event(sc, NULL, in ath_chanctx_check_active() 474 void ath_chanctx_event(struct ath_softc *sc, struct ieee80211_vif *vif, in ath_chanctx_event() function 475 enum ath_chanctx_event ev) in ath_chanctx_event() 757 enum ath_chanctx_event ev) in ath_chanctx_beacon_sent_ev() 760 ath_chanctx_event(sc, NULL, ev); in ath_chanctx_beacon_sent_ev() 764 enum ath_chanctx_event ev) in ath_chanctx_beacon_recv_ev() 766 ath_chanctx_event(sc, NULL, ev); in ath_chanctx_beacon_recv_ev() 1031 ath_chanctx_event(sc, NULL, ATH_CHANCTX_EVENT_TSF_TIMER); in ath_chanctx_timer() 1298 ath_chanctx_event(sc, NULL, ATH_CHANCTX_EVENT_SWITCH); in ath_chanctx_set_next() [all …]
|
D | beacon.c | 390 ath_chanctx_event(sc, vif, ATH_CHANCTX_EVENT_BEACON_PREPARE); in ath9k_beacon_tasklet()
|
D | main.c | 1649 ath_chanctx_event(sc, vif, in ath9k_sta_state() 2523 ath_chanctx_event(sc, NULL, ATH_CHANCTX_EVENT_UNASSIGN); in ath9k_remove_chanctx()
|
D | xmit.c | 2723 ath_chanctx_event(sc, NULL, in ath_tx_edma_tasklet()
|