Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/
Dstmmac.h302 struct workqueue_struct *fpe_wq; member
Dstmmac_main.c3254 priv->fpe_wq = create_singlethread_workqueue(name); in stmmac_fpe_start_wq()
3255 if (!priv->fpe_wq) { in stmmac_fpe_start_wq()
3883 if (priv->fpe_wq) in stmmac_fpe_stop_wq()
3884 destroy_workqueue(priv->fpe_wq); in stmmac_fpe_stop_wq()
5707 priv->fpe_wq) { in stmmac_fpe_event_status()
5708 queue_work(priv->fpe_wq, &priv->fpe_task); in stmmac_fpe_event_status()