Home
last modified time | relevance | path

Searched refs:mci_work (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dmci.c238 struct ath_softc *sc = container_of(work, struct ath_softc, mci_work); in ath9k_mci_work()
431 ieee80211_queue_work(sc->hw, &sc->mci_work); in ath_mci_msg()
467 INIT_WORK(&sc->mci_work, ath9k_mci_work); in ath_mci_setup()
Dath9k.h1050 struct work_struct mci_work; member
Dmain.c193 cancel_work_sync(&sc->mci_work); in __ath_cancel_work()