Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H 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()
H 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()
1256 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7615_suspend()
1301 ieee80211_queue_delayed_work(hw, &phy->mt76->mac_work, timeout); in mt7615_resume()
H A Dinit.c558 INIT_DELAYED_WORK(&mphy->mac_work, mt7615_mac_work); in mt7615_register_ext_phy()
629 INIT_DELAYED_WORK(&dev->mphy.mac_work, mt7615_mac_work); in mt7615_init_device()
H A Dusb.c91 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7663u_stop()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_mac.c15 mac_work.work); in mt792x_mac_work()
30 ieee80211_queue_delayed_work(phy->mt76->hw, &mphy->mac_work, in mt792x_mac_work()
340 ieee80211_queue_delayed_work(mphy->hw, &mphy->mac_work, in mt792x_pm_wake_work()
379 cancel_delayed_work_sync(&mphy->mac_work); in mt792x_pm_power_save_work()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/
H 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()
146 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt7603_set_channel()
187 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->mphy.mac_work, in mt7603_set_channel()
209 mt7603_mac_work(&dev->mphy.mac_work.work); in mt7603_set_channel()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x0/
H 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()
H 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()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c1738 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt7996_mac_full_reset()
1740 cancel_delayed_work_sync(&phy2->mt76->mac_work); in mt7996_mac_full_reset()
1742 cancel_delayed_work_sync(&phy3->mt76->mac_work); in mt7996_mac_full_reset()
1768 &dev->mphy.mac_work, in mt7996_mac_full_reset()
1772 &phy2->mt76->mac_work, in mt7996_mac_full_reset()
1776 &phy3->mt76->mac_work, in mt7996_mac_full_reset()
1829 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt7996_mac_reset_work()
1832 cancel_delayed_work_sync(&phy2->mt76->mac_work); in mt7996_mac_reset_work()
1836 cancel_delayed_work_sync(&phy3->mt76->mac_work); in mt7996_mac_reset_work()
1896 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->mphy.mac_work, in mt7996_mac_reset_work()
[all …]
H A Dmain.c56 ieee80211_queue_delayed_work(hw, &phy->mt76->mac_work, in mt7996_run()
85 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7996_stop()
279 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7996_set_channel()
307 &phy->mt76->mac_work, in mt7996_set_channel()
H A Dinit.c361 INIT_DELAYED_WORK(&mphy->mac_work, mt7996_mac_work); in mt7996_register_phy()
884 INIT_DELAYED_WORK(&dev->mphy.mac_work, mt7996_mac_work); in mt7996_register_device()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmain.c246 ieee80211_queue_delayed_work(mphy->hw, &mphy->mac_work, in __mt7921_start()
270 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7921_stop()
444 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7921_set_channel()
465 ieee80211_queue_delayed_work(phy->mt76->hw, &phy->mt76->mac_work, in mt7921_set_channel()
1026 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7921_suspend()
1057 ieee80211_queue_delayed_work(hw, &phy->mt76->mac_work, in mt7921_resume()
H A Dinit.c205 INIT_DELAYED_WORK(&dev->mphy.mac_work, mt792x_mac_work); in mt7921_register_device()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dusb_main.c18 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->mphy.mac_work, in mt76x2u_start()
H A Dpci_main.c17 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->mphy.mac_work, in mt76x2_start()
H A Dusb_init.c241 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt76x2u_stop_hw()
H A Dpci_init.c274 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt76x2_stop_hardware()
/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/
H 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()
H 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()
H A Dmt7601u.h168 struct delayed_work mac_work; member
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H 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()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Defx_common.c156 struct efx_nic *efx = container_of(data, struct efx_nic, mac_work); in efx_mac_work()
204 queue_work(efx->workqueue, &efx->mac_work); in efx_set_rx_mode()
514 cancel_work_sync(&efx->mac_work); in efx_stop_port()
1022 INIT_WORK(&efx->mac_work, efx_mac_work); in efx_init_struct()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmac.c1455 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt7915_mac_full_reset()
1457 cancel_delayed_work_sync(&ext_phy->mac_work); in mt7915_mac_full_reset()
1544 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt7915_mac_reset_work()
1547 cancel_delayed_work_sync(&phy2->mt76->mac_work); in mt7915_mac_reset_work()
1605 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->mphy.mac_work, in mt7915_mac_reset_work()
1609 &phy2->mt76->mac_work, in mt7915_mac_reset_work()
2005 mac_work.work); in mt7915_mac_work()
2025 ieee80211_queue_delayed_work(mphy->hw, &mphy->mac_work, in mt7915_mac_work()
H 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()
1660 ieee80211_queue_delayed_work(hw, &phy->mt76->mac_work, in mt7915_reconfig_complete()
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Defx.c1014 struct ef4_nic *efx = container_of(data, struct ef4_nic, mac_work); in ef4_mac_work()
1110 cancel_work_sync(&efx->mac_work); in ef4_stop_port()
2177 queue_work(efx->workqueue, &efx->mac_work); in ef4_set_rx_mode()
2656 INIT_WORK(&efx->mac_work, ef4_mac_work); in ef4_init_struct()

12