/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
A D | pci_mac.c | 286 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()
|
A D | main.c | 83 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() 315 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7615_set_channel() 362 &phy->mt76->mac_work, timeout); in mt7615_set_channel() 1213 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7615_suspend() 1258 ieee80211_queue_delayed_work(hw, &phy->mt76->mac_work, timeout); in mt7615_resume()
|
A D | usb.c | 32 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7663u_stop()
|
A D | init.c | 471 INIT_DELAYED_WORK(&mphy->mac_work, mt7615_mac_work); in mt7615_register_ext_phy() 536 INIT_DELAYED_WORK(&dev->mphy.mac_work, mt7615_mac_work); in mt7615_init_device()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7603/ |
A D | main.c | 20 mt7603_mac_work(&dev->mphy.mac_work.work); in mt7603_start() 31 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt7603_stop() 143 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt7603_set_channel() 184 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->mphy.mac_work, in mt7603_set_channel() 206 mt7603_mac_work(&dev->mphy.mac_work.work); in mt7603_set_channel()
|
/linux/drivers/net/wireless/mediatek/mt76/mt76x0/ |
A D | pci.c | 19 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 D | usb.c | 86 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/drivers/net/wireless/mediatek/mt76/mt7921/ |
A D | main.c | 235 ieee80211_queue_delayed_work(mphy->hw, &mphy->mac_work, in __mt7921_start() 259 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7921_stop() 365 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7921_set_channel() 386 ieee80211_queue_delayed_work(phy->mt76->hw, &phy->mt76->mac_work, in mt7921_set_channel() 1244 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7921_suspend() 1285 ieee80211_queue_delayed_work(hw, &phy->mt76->mac_work, in mt7921_resume()
|
A D | mac.c | 1295 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt7921_mac_reset_work() 1403 mac_work.work); in mt7921_mac_work() 1418 ieee80211_queue_delayed_work(phy->mt76->hw, &mphy->mac_work, in mt7921_mac_work() 1445 ieee80211_queue_delayed_work(mphy->hw, &mphy->mac_work, in mt7921_pm_wake_work() 1474 cancel_delayed_work_sync(&mphy->mac_work); in mt7921_pm_power_save_work()
|
A D | init.c | 224 INIT_DELAYED_WORK(&dev->mphy.mac_work, mt7921_mac_work); in mt7921_register_device()
|
/linux/drivers/net/wireless/mediatek/mt76/ |
A D | mt76_connac_mac.c | 52 cancel_delayed_work(&phy->mac_work); in mt76_connac_power_save_sched()
|
A D | mt76x02_mac.c | 1168 mphy.mac_work.work); in mt76x02_mac_work() 1191 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->mphy.mac_work, in mt76x02_mac_work()
|
/linux/drivers/net/wireless/mediatek/mt76/mt76x2/ |
A D | usb_main.c | 18 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->mphy.mac_work, in mt76x2u_start()
|
A D | pci_main.c | 17 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->mphy.mac_work, in mt76x2_start()
|
A D | usb_init.c | 239 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt76x2u_stop_hw()
|
A D | pci_init.c | 274 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt76x2_stop_hardware()
|
/linux/drivers/net/wireless/mediatek/mt7601u/ |
A D | main.c | 22 ieee80211_queue_delayed_work(dev->hw, &dev->mac_work, in mt7601u_start() 38 cancel_delayed_work_sync(&dev->mac_work); in mt7601u_stop()
|
A D | mac.c | 304 mac_work.work); in mt7601u_mac_work() 351 ieee80211_queue_delayed_work(dev->hw, &dev->mac_work, 10 * HZ); in mt7601u_mac_work()
|
A D | mt7601u.h | 168 struct delayed_work mac_work; member
|
A D | init.c | 621 INIT_DELAYED_WORK(&dev->mac_work, mt7601u_mac_work); in mt7601u_register_device()
|
/linux/drivers/net/ethernet/sfc/ |
A D | efx_common.c | 159 struct efx_nic *efx = container_of(data, struct efx_nic, mac_work); in efx_mac_work() 207 queue_work(efx->workqueue, &efx->mac_work); in efx_set_rx_mode() 517 cancel_work_sync(&efx->mac_work); in efx_stop_port() 1026 INIT_WORK(&efx->mac_work, efx_mac_work); in efx_init_struct()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
A D | main.c | 83 ieee80211_queue_delayed_work(hw, &phy->mt76->mac_work, in mt7915_start() 100 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7915_stop() 327 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7915_set_channel() 360 &phy->mt76->mac_work, in mt7915_set_channel()
|
A D | mac.c | 1853 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt7915_mac_reset_work() 1856 cancel_delayed_work_sync(&phy2->mt76->mac_work); in mt7915_mac_reset_work() 1912 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->mphy.mac_work, in mt7915_mac_reset_work() 1916 &phy2->mt76->mac_work, in mt7915_mac_reset_work() 2097 mac_work.work); in mt7915_mac_work() 2113 ieee80211_queue_delayed_work(mphy->hw, &mphy->mac_work, in mt7915_mac_work()
|
A D | init.c | 455 INIT_DELAYED_WORK(&mphy->mac_work, mt7915_mac_work); in mt7915_register_ext_phy() 911 INIT_DELAYED_WORK(&dev->mphy.mac_work, mt7915_mac_work); in mt7915_register_device()
|
/linux/drivers/net/ethernet/sfc/falcon/ |
A D | efx.c | 1020 struct ef4_nic *efx = container_of(data, struct ef4_nic, mac_work); in ef4_mac_work() 1116 cancel_work_sync(&efx->mac_work); in ef4_stop_port() 2184 queue_work(efx->workqueue, &efx->mac_work); in ef4_set_rx_mode() 2663 INIT_WORK(&efx->mac_work, ef4_mac_work); in ef4_init_struct()
|