Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/stmicro/stmmac/
Dstmmac.h297 struct workqueue_struct *fpe_wq; member
Dstmmac_main.c3184 priv->fpe_wq = create_singlethread_workqueue(name); in stmmac_fpe_start_wq()
3185 if (!priv->fpe_wq) { in stmmac_fpe_start_wq()
3749 if (priv->fpe_wq) in stmmac_fpe_stop_wq()
3750 destroy_workqueue(priv->fpe_wq); in stmmac_fpe_stop_wq()
5567 priv->fpe_wq) { in stmmac_fpe_event_status()
5568 queue_work(priv->fpe_wq, &priv->fpe_task); in stmmac_fpe_event_status()