Home
last modified time | relevance | path

Searched refs:mac_work (Results 1 – 25 of 37) sorted by relevance

12

/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7615/
A Dpci_mac.c222 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt7615_mac_reset_work()
227 cancel_delayed_work_sync(&phy2->mt76->mac_work); in mt7615_mac_reset_work()
287 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->mphy.mac_work, in mt7615_mac_reset_work()
291 &phy2->mt76->mac_work, timeout); in mt7615_mac_reset_work()
A Dmain.c83 ieee80211_queue_delayed_work(hw, &phy->mt76->mac_work, timeout); in mt7615_start()
99 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7615_stop()
291 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7615_set_channel()
337 &phy->mt76->mac_work, timeout); in mt7615_set_channel()
1228 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7615_suspend()
1273 ieee80211_queue_delayed_work(hw, &phy->mt76->mac_work, timeout); in mt7615_resume()
A Dusb.c91 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7663u_stop()
A Dinit.c552 INIT_DELAYED_WORK(&mphy->mac_work, mt7615_mac_work); in mt7615_register_ext_phy()
623 INIT_DELAYED_WORK(&dev->mphy.mac_work, mt7615_mac_work); in mt7615_init_device()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7603/
A Dmain.c20 mt7603_mac_work(&dev->mphy.mac_work.work); in mt7603_start()
31 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt7603_stop()
145 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt7603_set_channel()
186 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->mphy.mac_work, in mt7603_set_channel()
208 mt7603_mac_work(&dev->mphy.mac_work.work); in mt7603_set_channel()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt76x0/
A Dpci.c19 ieee80211_queue_delayed_work(dev->mt76.hw, &dev->mphy.mac_work, in mt76x0e_start()
31 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt76x0e_stop_hw()
A Dusb.c86 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt76x0u_stop()
112 ieee80211_queue_delayed_work(dev->mt76.hw, &dev->mphy.mac_work, in mt76x0u_start()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt76x2/
A Dusb_main.c18 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->mphy.mac_work, in mt76x2u_start()
A Dpci_main.c17 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->mphy.mac_work, in mt76x2_start()
A Dusb_init.c241 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt76x2u_stop_hw()
A Dpci_init.c274 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt76x2_stop_hardware()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt7601u/
A Dmain.c22 ieee80211_queue_delayed_work(dev->hw, &dev->mac_work, in mt7601u_start()
38 cancel_delayed_work_sync(&dev->mac_work); in mt7601u_stop()
A Dmac.c304 mac_work.work); in mt7601u_mac_work()
351 ieee80211_queue_delayed_work(dev->hw, &dev->mac_work, 10 * HZ); in mt7601u_mac_work()
A Dmt7601u.h168 struct delayed_work mac_work; member
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7915/
A Dmac.c1509 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt7915_mac_full_reset()
1511 cancel_delayed_work_sync(&ext_phy->mac_work); in mt7915_mac_full_reset()
1532 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->mphy.mac_work, in mt7915_mac_full_reset()
1536 &ext_phy->mac_work, in mt7915_mac_full_reset()
1594 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt7915_mac_reset_work()
1597 cancel_delayed_work_sync(&phy2->mt76->mac_work); in mt7915_mac_reset_work()
1650 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->mphy.mac_work, in mt7915_mac_reset_work()
1654 &phy2->mt76->mac_work, in mt7915_mac_reset_work()
2050 mac_work.work); in mt7915_mac_work()
2067 ieee80211_queue_delayed_work(mphy->hw, &mphy->mac_work, in mt7915_mac_work()
A Dmain.c87 ieee80211_queue_delayed_work(hw, &phy->mt76->mac_work, in mt7915_run()
116 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7915_stop()
325 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7915_set_channel()
357 &phy->mt76->mac_work, in mt7915_set_channel()
A Dinit.c632 INIT_DELAYED_WORK(&mphy->mac_work, mt7915_mac_work); in mt7915_register_ext_phy()
1177 INIT_DELAYED_WORK(&dev->mphy.mac_work, mt7915_mac_work); in mt7915_register_device()
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/
A Defx_common.c160 struct efx_nic *efx = container_of(data, struct efx_nic, mac_work); in efx_mac_work()
208 queue_work(efx->workqueue, &efx->mac_work); in efx_siena_set_rx_mode()
518 cancel_work_sync(&efx->mac_work); in efx_stop_port()
1037 INIT_WORK(&efx->mac_work, efx_mac_work); in efx_siena_init_struct()
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Defx_common.c161 struct efx_nic *efx = container_of(data, struct efx_nic, mac_work); in efx_mac_work()
209 queue_work(efx->workqueue, &efx->mac_work); in efx_set_rx_mode()
519 cancel_work_sync(&efx->mac_work); in efx_stop_port()
1027 INIT_WORK(&efx->mac_work, efx_mac_work); in efx_init_struct()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7921/
A Dmac.c896 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt7921_mac_reset_work()
1013 mac_work.work); in mt7921_mac_work()
1028 ieee80211_queue_delayed_work(phy->mt76->hw, &mphy->mac_work, in mt7921_mac_work()
1057 ieee80211_queue_delayed_work(mphy->hw, &mphy->mac_work, in mt7921_pm_wake_work()
1095 cancel_delayed_work_sync(&mphy->mac_work); in mt7921_pm_power_save_work()
A Dmain.c267 ieee80211_queue_delayed_work(mphy->hw, &mphy->mac_work, in __mt7921_start()
291 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7921_stop()
499 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7921_set_channel()
520 ieee80211_queue_delayed_work(phy->mt76->hw, &phy->mt76->mac_work, in mt7921_set_channel()
1427 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7921_suspend()
1458 ieee80211_queue_delayed_work(hw, &phy->mt76->mac_work, in mt7921_resume()
A Dinit.c357 INIT_DELAYED_WORK(&dev->mphy.mac_work, mt7921_mac_work); in mt7921_register_device()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7996/
A Dmac.c1840 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt7996_mac_reset_work()
1843 cancel_delayed_work_sync(&phy2->mt76->mac_work); in mt7996_mac_reset_work()
1847 cancel_delayed_work_sync(&phy3->mt76->mac_work); in mt7996_mac_reset_work()
1904 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->mphy.mac_work, in mt7996_mac_reset_work()
1908 &phy2->mt76->mac_work, in mt7996_mac_reset_work()
1912 &phy3->mt76->mac_work, in mt7996_mac_reset_work()
2098 mac_work.work); in mt7996_mac_work()
2114 ieee80211_queue_delayed_work(mphy->hw, &mphy->mac_work, in mt7996_mac_work()
A Dmain.c59 ieee80211_queue_delayed_work(hw, &phy->mt76->mac_work, in mt7996_start()
76 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7996_stop()
273 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7996_set_channel()
298 &phy->mt76->mac_work, in mt7996_set_channel()
A Dinit.c335 INIT_DELAYED_WORK(&mphy->mac_work, mt7996_mac_work); in mt7996_register_phy()
853 INIT_DELAYED_WORK(&dev->mphy.mac_work, mt7996_mac_work); in mt7996_register_device()

Completed in 44 milliseconds

12