Home
last modified time | relevance | path

Searched refs:fpe_wq (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/stmicro/stmmac/
Dstmmac.h302 struct workqueue_struct *fpe_wq; member
Dstmmac_main.c3249 priv->fpe_wq = create_singlethread_workqueue(name); in stmmac_fpe_start_wq()
3250 if (!priv->fpe_wq) { in stmmac_fpe_start_wq()
3878 if (priv->fpe_wq) in stmmac_fpe_stop_wq()
3879 destroy_workqueue(priv->fpe_wq); in stmmac_fpe_stop_wq()
5702 priv->fpe_wq) { in stmmac_fpe_event_status()
5703 queue_work(priv->fpe_wq, &priv->fpe_task); in stmmac_fpe_event_status()