Searched refs:ath_chanctx_event (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | ath9k.h | 359 enum ath_chanctx_event { enum 485 enum ath_chanctx_event ev); 487 enum ath_chanctx_event ev); 488 void ath_chanctx_event(struct ath_softc *sc, struct ieee80211_vif *vif, 489 enum ath_chanctx_event ev); 516 enum ath_chanctx_event ev) in ath_chanctx_beacon_recv_ev() 520 enum ath_chanctx_event ev) in ath_chanctx_beacon_sent_ev() 523 static inline void ath_chanctx_event(struct ath_softc *sc, in ath_chanctx_event() function 525 enum ath_chanctx_event ev) in ath_chanctx_event()
|
H A D | channel.c | 202 static const char *chanctx_event_string(enum ath_chanctx_event ev) in chanctx_event_string() 321 ath_chanctx_event(sc, NULL, in ath_chanctx_check_active() 494 void ath_chanctx_event(struct ath_softc *sc, struct ieee80211_vif *vif, in ath_chanctx_event() function 495 enum ath_chanctx_event ev) in ath_chanctx_event() 778 enum ath_chanctx_event ev) in ath_chanctx_beacon_sent_ev() 781 ath_chanctx_event(sc, NULL, ev); in ath_chanctx_beacon_sent_ev() 785 enum ath_chanctx_event ev) in ath_chanctx_beacon_recv_ev() 787 ath_chanctx_event(sc, NULL, ev); in ath_chanctx_beacon_recv_ev() 1054 ath_chanctx_event(sc, NULL, ATH_CHANCTX_EVENT_TSF_TIMER); in ath_chanctx_timer() 1321 ath_chanctx_event(sc, NULL, ATH_CHANCTX_EVENT_SWITCH); in ath_chanctx_set_next() [all …]
|
H A D | beacon.c | 459 ath_chanctx_event(sc, vif, ATH_CHANCTX_EVENT_BEACON_PREPARE); in ath9k_beacon_tasklet()
|
H A D | main.c | 1670 ath_chanctx_event(sc, vif, in ath9k_sta_state() 2591 ath_chanctx_event(sc, NULL, ATH_CHANCTX_EVENT_UNASSIGN); in ath9k_remove_chanctx()
|
H A D | xmit.c | 2754 ath_chanctx_event(sc, NULL, in ath_tx_edma_tasklet()
|