Home
last modified time | relevance | path

Searched refs:restart_work (Results 1 – 25 of 35) sorted by relevance

12

/Linux-v5.4/drivers/net/can/spi/
Dhi311x.c160 struct work_struct restart_work; member
398 queue_work(priv->wq, &priv->restart_work); in hi3110_do_set_mode()
599 restart_work); in hi3110_restart_work_handler()
773 INIT_WORK(&priv->restart_work, hi3110_restart_work_handler); in hi3110_open()
1008 queue_work(priv->wq, &priv->restart_work); in hi3110_can_resume()
Dmcp251x.c217 struct work_struct restart_work; member
493 queue_work(priv->wq, &priv->restart_work); in mcp251x_do_set_mode()
712 restart_work); in mcp251x_restart_work_handler()
914 INIT_WORK(&priv->restart_work, mcp251x_restart_work_handler); in mcp251x_open()
1161 queue_work(priv->wq, &priv->restart_work); in mcp251x_can_resume()
/Linux-v5.4/drivers/net/can/
Ddev.c583 restart_work); in can_restart_work()
600 cancel_delayed_work_sync(&priv->restart_work); in can_restart_now()
621 schedule_delayed_work(&priv->restart_work, in can_bus_off()
754 INIT_DELAYED_WORK(&priv->restart_work, can_restart_work); in alloc_candev_mqs()
867 cancel_delayed_work_sync(&priv->restart_work); in close_candev()
/Linux-v5.4/drivers/net/ethernet/wiznet/
Dw5100.c172 struct work_struct restart_work; member
788 restart_work); in w5100_restart_work()
798 schedule_work(&priv->restart_work); in w5100_tx_timeout()
1158 INIT_WORK(&priv->restart_work, w5100_restart_work); in w5100_probe()
1227 flush_work(&priv->restart_work); in w5100_remove()
/Linux-v5.4/include/linux/can/
Ddev.h60 struct delayed_work restart_work; member
/Linux-v5.4/drivers/net/ethernet/atheros/
Dag71xx.c318 struct delayed_work restart_work; member
654 schedule_delayed_work(&ag->restart_work, in ag71xx_tx_packets()
695 cancel_delayed_work(&ag->restart_work); in ag71xx_tx_packets()
1418 schedule_delayed_work(&ag->restart_work, 1); in ag71xx_tx_timeout()
1424 restart_work.work); in ag71xx_restart_work_func()
1708 INIT_DELAYED_WORK(&ag->restart_work, ag71xx_restart_work_func); in ag71xx_probe()
/Linux-v5.4/net/mac80211/
Dmain.c246 container_of(work, struct ieee80211_local, restart_work); in ieee80211_restart_work()
313 queue_work(system_freezable_wq, &local->restart_work); in ieee80211_restart_hw()
678 INIT_WORK(&local->restart_work, ieee80211_restart_work); in ieee80211_alloc_hw_nm()
1334 cancel_work_sync(&local->restart_work); in ieee80211_unregister_hw()
/Linux-v5.4/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-net.c320 schedule_work(&pdata->restart_work); in xlgmac_isr()
631 restart_work); in xlgmac_restart()
661 INIT_WORK(&pdata->restart_work, xlgmac_restart); in xlgmac_open()
697 schedule_work(&pdata->restart_work); in xlgmac_tx_timeout()
Ddwc-xlgmac.h560 struct work_struct restart_work; member
/Linux-v5.4/drivers/net/ethernet/microchip/
Denc28j60.c63 struct work_struct restart_work; member
1337 schedule_work(&priv->restart_work); in enc28j60_tx_timeout()
1449 container_of(work, struct enc28j60_net, restart_work); in enc28j60_restart_work_handler()
1564 INIT_WORK(&priv->restart_work, enc28j60_restart_work_handler); in enc28j60_probe()
/Linux-v5.4/drivers/usb/host/
Dohci-q.c1220 ohci->restart_work = 1; in ohci_work()
1230 if (ohci->restart_work) { in ohci_work()
1231 ohci->restart_work = 0; in ohci_work()
Dohci.h409 unsigned restart_work:1; member
/Linux-v5.4/drivers/net/ethernet/toshiba/
Dtc35815.c411 struct work_struct restart_work; member
811 INIT_WORK(&lp->restart_work, tc35815_restart_work); in tc35815_init_one()
1171 container_of(work, struct tc35815_local, restart_work); in tc35815_restart_work()
1188 schedule_work(&lp->restart_work); in tc35815_schedule_restart()
1828 cancel_work_sync(&lp->restart_work); in tc35815_close()
/Linux-v5.4/drivers/net/wireless/ath/carl9170/
Dmain.c471 restart_work); in carl9170_restart_work()
535 ieee80211_queue_work(ar->hw, &ar->restart_work); in carl9170_restart()
1829 INIT_WORK(&ar->restart_work, carl9170_restart_work); in carl9170_alloc()
2090 cancel_work_sync(&ar->restart_work); in carl9170_unregister()
Dcarl9170.h293 struct work_struct restart_work; member
/Linux-v5.4/drivers/net/ethernet/amd/xgbe/
Dxgbe-platform.c566 schedule_work(&pdata->restart_work); in xgbe_platform_resume()
Dxgbe-pci.c458 schedule_work(&pdata->restart_work); in xgbe_pci_resume()
Dxgbe-drv.c533 schedule_work(&pdata->restart_work); in xgbe_isr_task()
1527 restart_work); in xgbe_restart()
1953 INIT_WORK(&pdata->restart_work, xgbe_restart); in xgbe_open()
2160 schedule_work(&pdata->restart_work); in xgbe_tx_timeout()
Dxgbe.h1225 struct work_struct restart_work; member
/Linux-v5.4/drivers/net/wireless/broadcom/b43legacy/
Db43legacy.h729 struct work_struct restart_work; member
Dmain.c3553 container_of(work, struct b43legacy_wldev, restart_work); in b43legacy_chip_reset()
3696 INIT_WORK(&dev->restart_work, b43legacy_chip_reset); in b43legacy_wireless_core_attach()
3887 cancel_work_sync(&wldev->restart_work); in b43legacy_remove()
3914 ieee80211_queue_work(dev->wl->hw, &dev->restart_work); in b43legacy_controller_restart()
/Linux-v5.4/drivers/net/wireless/broadcom/b43/
Db43.h875 struct work_struct restart_work; member
/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dcore.h1122 struct work_struct restart_work; member
Ddebug.c586 queue_work(ar->workqueue, &ar->restart_work); in ath10k_write_simulate_fw_crash()
2003 queue_work(ar->workqueue, &ar->restart_work); in ath10k_write_btcoex()
2134 queue_work(ar->workqueue, &ar->restart_work); in ath10k_write_peer_stats()
/Linux-v5.4/drivers/net/ethernet/marvell/
Dsky2.c2374 schedule_work(&hw->restart_work); in sky2_tx_timeout()
2980 schedule_work(&hw->restart_work); in sky2_watchdog()
3509 struct sky2_hw *hw = container_of(work, struct sky2_hw, restart_work); in sky2_restart()
5100 INIT_WORK(&hw->restart_work, sky2_restart); in sky2_probe()
5143 cancel_work_sync(&hw->restart_work); in sky2_remove()
5184 cancel_work_sync(&hw->restart_work); in sky2_suspend()

12