Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/stmicro/stmmac/
Dstmmac.h310 struct workqueue_struct *fpe_wq; member
Dstmmac_main.c3297 priv->fpe_wq = create_singlethread_workqueue(name); in stmmac_fpe_start_wq()
3298 if (!priv->fpe_wq) { in stmmac_fpe_start_wq()
3926 if (priv->fpe_wq) in stmmac_fpe_stop_wq()
3927 destroy_workqueue(priv->fpe_wq); in stmmac_fpe_stop_wq()
5824 priv->fpe_wq) { in stmmac_fpe_event_status()
5825 queue_work(priv->fpe_wq, &priv->fpe_task); in stmmac_fpe_event_status()