Home
last modified time | relevance | path

Searched refs:chanctx_work (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dchannel.c651 ieee80211_queue_work(sc->hw, &sc->chanctx_work); in ath_chanctx_event()
729 ieee80211_queue_work(sc->hw, &sc->chanctx_work); in ath_chanctx_event()
745 ieee80211_queue_work(sc->hw, &sc->chanctx_work); in ath_chanctx_event()
824 ieee80211_queue_work(sc->hw, &sc->chanctx_work); in ath_chanctx_switch()
1304 chanctx_work); in ath_chanctx_work()
1337 INIT_WORK(&sc->chanctx_work, ath_chanctx_work); in ath9k_init_channel_context()
1349 cancel_work_sync(&sc->chanctx_work); in ath9k_deinit_channel_context()
Dath9k.h977 struct work_struct chanctx_work; member