Home
last modified time | relevance | path

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

12

/linux-5.19.10/drivers/net/wireless/mediatek/mt76/mt7615/
Dpci_mac.c286 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt7615_mac_reset_work()
291 cancel_delayed_work_sync(&phy2->mt76->mac_work); in mt7615_mac_reset_work()
352 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->mphy.mac_work, in mt7615_mac_reset_work()
356 &phy2->mt76->mac_work, timeout); in mt7615_mac_reset_work()
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()
1220 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7615_suspend()
1265 ieee80211_queue_delayed_work(hw, &phy->mt76->mac_work, timeout); in mt7615_resume()
Dinit.c472 INIT_DELAYED_WORK(&mphy->mac_work, mt7615_mac_work); in mt7615_register_ext_phy()
537 INIT_DELAYED_WORK(&dev->mphy.mac_work, mt7615_mac_work); in mt7615_init_device()
Dusb.c91 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7663u_stop()
/linux-5.19.10/drivers/net/wireless/mediatek/mt76/mt7603/
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-5.19.10/drivers/net/wireless/mediatek/mt76/mt76x0/
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()
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-5.19.10/drivers/net/wireless/mediatek/mt76/mt76x2/
Dusb_main.c18 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->mphy.mac_work, in mt76x2u_start()
Dpci_main.c17 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->mphy.mac_work, in mt76x2_start()
Dusb_init.c241 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt76x2u_stop_hw()
Dpci_init.c274 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt76x2_stop_hardware()
/linux-5.19.10/drivers/net/wireless/mediatek/mt7601u/
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()
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()
Dmt7601u.h168 struct delayed_work mac_work; member
Dinit.c621 INIT_DELAYED_WORK(&dev->mac_work, mt7601u_mac_work); in mt7601u_register_device()
/linux-5.19.10/drivers/net/ethernet/sfc/
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_set_rx_mode()
518 cancel_work_sync(&efx->mac_work); in efx_stop_port()
1027 INIT_WORK(&efx->mac_work, efx_mac_work); in efx_init_struct()
/linux-5.19.10/drivers/net/ethernet/sfc/siena/
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-5.19.10/drivers/net/wireless/mediatek/mt76/mt7921/
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()
393 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7921_set_channel()
414 ieee80211_queue_delayed_work(phy->mt76->hw, &phy->mt76->mac_work, in mt7921_set_channel()
1317 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7921_suspend()
1348 ieee80211_queue_delayed_work(hw, &phy->mt76->mac_work, in mt7921_resume()
Dmac.c1185 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt7921_mac_reset_work()
1294 mac_work.work); in mt7921_mac_work()
1309 ieee80211_queue_delayed_work(phy->mt76->hw, &mphy->mac_work, in mt7921_mac_work()
1336 ieee80211_queue_delayed_work(mphy->hw, &mphy->mac_work, in mt7921_pm_wake_work()
1374 cancel_delayed_work_sync(&mphy->mac_work); in mt7921_pm_power_save_work()
Dinit.c264 INIT_DELAYED_WORK(&dev->mphy.mac_work, mt7921_mac_work); in mt7921_register_device()
/linux-5.19.10/drivers/net/wireless/mediatek/mt76/mt7915/
Dmain.c76 ieee80211_queue_delayed_work(hw, &phy->mt76->mac_work, in mt7915_start()
93 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7915_stop()
302 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7915_set_channel()
334 &phy->mt76->mac_work, in mt7915_set_channel()
Dmac.c1894 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt7915_mac_reset_work()
1897 cancel_delayed_work_sync(&phy2->mt76->mac_work); in mt7915_mac_reset_work()
1953 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->mphy.mac_work, in mt7915_mac_reset_work()
1957 &phy2->mt76->mac_work, in mt7915_mac_reset_work()
2224 mac_work.work); in mt7915_mac_work()
2241 ieee80211_queue_delayed_work(mphy->hw, &mphy->mac_work, in mt7915_mac_work()
Dinit.c521 INIT_DELAYED_WORK(&mphy->mac_work, mt7915_mac_work); in mt7915_register_ext_phy()
1066 INIT_DELAYED_WORK(&dev->mphy.mac_work, mt7915_mac_work); in mt7915_register_device()
/linux-5.19.10/drivers/net/wireless/mediatek/mt76/
Dmt76_connac_mac.c50 cancel_delayed_work(&phy->mac_work); in mt76_connac_power_save_sched()
/linux-5.19.10/drivers/net/ethernet/sfc/falcon/
Defx.c1015 struct ef4_nic *efx = container_of(data, struct ef4_nic, mac_work); in ef4_mac_work()
1111 cancel_work_sync(&efx->mac_work); in ef4_stop_port()
2178 queue_work(efx->workqueue, &efx->mac_work); in ef4_set_rx_mode()
2657 INIT_WORK(&efx->mac_work, ef4_mac_work); in ef4_init_struct()

12