/linux-5.19.10/drivers/net/wireless/mediatek/mt76/mt7615/ |
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()
|
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() 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()
|
D | init.c | 472 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()
|
D | usb.c | 91 cancel_delayed_work_sync(&phy->mt76->mac_work); in mt7663u_stop()
|
/linux-5.19.10/drivers/net/wireless/mediatek/mt76/mt7603/ |
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() 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/ |
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()
|
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-5.19.10/drivers/net/wireless/mediatek/mt76/mt76x2/ |
D | usb_main.c | 18 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->mphy.mac_work, in mt76x2u_start()
|
D | pci_main.c | 17 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->mphy.mac_work, in mt76x2_start()
|
D | usb_init.c | 241 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt76x2u_stop_hw()
|
D | pci_init.c | 274 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt76x2_stop_hardware()
|
/linux-5.19.10/drivers/net/wireless/mediatek/mt7601u/ |
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()
|
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()
|
D | mt7601u.h | 168 struct delayed_work mac_work; member
|
D | init.c | 621 INIT_DELAYED_WORK(&dev->mac_work, mt7601u_mac_work); in mt7601u_register_device()
|
/linux-5.19.10/drivers/net/ethernet/sfc/ |
D | efx_common.c | 160 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/ |
D | efx_common.c | 160 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/ |
D | main.c | 267 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()
|
D | mac.c | 1185 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()
|
D | init.c | 264 INIT_DELAYED_WORK(&dev->mphy.mac_work, mt7921_mac_work); in mt7921_register_device()
|
/linux-5.19.10/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | main.c | 76 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()
|
D | mac.c | 1894 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()
|
D | init.c | 521 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/ |
D | mt76_connac_mac.c | 50 cancel_delayed_work(&phy->mac_work); in mt76_connac_power_save_sched()
|
/linux-5.19.10/drivers/net/ethernet/sfc/falcon/ |
D | efx.c | 1015 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()
|