Home
last modified time | relevance | path

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

12

/linux-5.19.10/drivers/net/can/dev/
Ddev.c174 restart_work); in can_restart_work()
191 cancel_delayed_work_sync(&priv->restart_work); in can_restart_now()
216 schedule_delayed_work(&priv->restart_work, in can_bus_off()
281 INIT_DELAYED_WORK(&priv->restart_work, can_restart_work); in alloc_candev_mqs()
395 cancel_delayed_work_sync(&priv->restart_work); in close_candev()
/linux-5.19.10/drivers/net/can/spi/
Dhi311x.c158 struct work_struct restart_work; member
397 queue_work(priv->wq, &priv->restart_work); in hi3110_do_set_mode()
596 restart_work); in hi3110_restart_work_handler()
767 INIT_WORK(&priv->restart_work, hi3110_restart_work_handler); in hi3110_open()
998 queue_work(priv->wq, &priv->restart_work); in hi3110_can_resume()
Dmcp251x.c242 struct work_struct restart_work; member
813 queue_work(priv->wq, &priv->restart_work); in mcp251x_do_set_mode()
1020 restart_work); in mcp251x_restart_work_handler()
1374 INIT_WORK(&priv->restart_work, mcp251x_restart_work_handler); in mcp251x_can_probe()
1487 queue_work(priv->wq, &priv->restart_work); in mcp251x_can_resume()
/linux-5.19.10/include/linux/can/
Ddev.h76 struct delayed_work restart_work; member
/linux-5.19.10/drivers/net/ethernet/wiznet/
Dw5100.c172 struct work_struct restart_work; member
783 restart_work); in w5100_restart_work()
793 schedule_work(&priv->restart_work); in w5100_tx_timeout()
1157 INIT_WORK(&priv->restart_work, w5100_restart_work); in w5100_probe()
1226 flush_work(&priv->restart_work); in w5100_remove()
/linux-5.19.10/drivers/net/ethernet/xilinx/
Dll_temac.h387 struct delayed_work restart_work; member
Dll_temac_main.c1043 schedule_delayed_work(&lp->restart_work, HZ / 1000); in ll_temac_recv()
1106 restart_work.work); in ll_temac_restart_work_func()
1204 cancel_delayed_work_sync(&lp->restart_work); in temac_stop()
1423 INIT_DELAYED_WORK(&lp->restart_work, ll_temac_restart_work_func); in temac_probe()
/linux-5.19.10/drivers/hv/
Dhv_util.c183 static DECLARE_WORK(restart_work, perform_restart);
250 work = &restart_work; in shutdown_onchannelcallback()
/linux-5.19.10/net/mac80211/
Dmain.c253 container_of(work, struct ieee80211_local, restart_work); in ieee80211_restart_work()
336 queue_work(system_freezable_wq, &local->restart_work); in ieee80211_restart_hw()
729 INIT_WORK(&local->restart_work, ieee80211_restart_work); in ieee80211_alloc_hw_nm()
1405 cancel_work_sync(&local->restart_work); in ieee80211_unregister_hw()
/linux-5.19.10/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.h561 struct work_struct restart_work; member
/linux-5.19.10/drivers/net/ethernet/atheros/
Dag71xx.c373 struct delayed_work restart_work; member
814 schedule_delayed_work(&ag->restart_work, in ag71xx_tx_packets()
855 cancel_delayed_work(&ag->restart_work); in ag71xx_tx_packets()
1597 schedule_delayed_work(&ag->restart_work, 1); in ag71xx_tx_timeout()
1603 restart_work.work); in ag71xx_restart_work_func()
1884 INIT_DELAYED_WORK(&ag->restart_work, ag71xx_restart_work_func); in ag71xx_probe()
/linux-5.19.10/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()
1563 INIT_WORK(&priv->restart_work, enc28j60_restart_work_handler); in enc28j60_probe()
/linux-5.19.10/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-5.19.10/drivers/net/ethernet/toshiba/
Dtc35815.c411 struct work_struct restart_work; member
812 INIT_WORK(&lp->restart_work, tc35815_restart_work); in tc35815_init_one()
1175 container_of(work, struct tc35815_local, restart_work); in tc35815_restart_work()
1192 schedule_work(&lp->restart_work); in tc35815_schedule_restart()
1837 cancel_work_sync(&lp->restart_work); in tc35815_close()
/linux-5.19.10/drivers/net/wireless/ath/carl9170/
Dmain.c470 restart_work); in carl9170_restart_work()
534 ieee80211_queue_work(ar->hw, &ar->restart_work); in carl9170_restart()
1792 INIT_WORK(&ar->restart_work, carl9170_restart_work); in carl9170_alloc()
2037 cancel_work_sync(&ar->restart_work); in carl9170_unregister()
Dcarl9170.h296 struct work_struct restart_work; member
/linux-5.19.10/drivers/net/ethernet/amd/xgbe/
Dxgbe-platform.c566 schedule_work(&pdata->restart_work); in xgbe_platform_resume()
Dxgbe-pci.c467 schedule_work(&pdata->restart_work); in xgbe_pci_resume()
Dxgbe-drv.c533 schedule_work(&pdata->restart_work); in xgbe_isr_task()
1455 restart_work); in xgbe_restart()
1867 INIT_WORK(&pdata->restart_work, xgbe_restart); in xgbe_open()
2072 schedule_work(&pdata->restart_work); in xgbe_tx_timeout()
Dxgbe.h1213 struct work_struct restart_work; member
/linux-5.19.10/drivers/net/wireless/broadcom/b43legacy/
Db43legacy.h729 struct work_struct restart_work; member
/linux-5.19.10/drivers/net/wireless/broadcom/b43/
Db43.h875 struct work_struct restart_work; member
/linux-5.19.10/drivers/net/wireless/ath/ath11k/
Dcore.c1682 struct ath11k_base *ab = container_of(work, struct ath11k_base, restart_work); in ath11k_core_restart()
1878 INIT_WORK(&ab->restart_work, ath11k_core_restart); in ath11k_core_alloc()

12