Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac.h302 struct workqueue_struct *fpe_wq; member
A Dstmmac_main.c3258 priv->fpe_wq = create_singlethread_workqueue(name); in stmmac_fpe_start_wq()
3259 if (!priv->fpe_wq) { in stmmac_fpe_start_wq()
3887 if (priv->fpe_wq) in stmmac_fpe_stop_wq()
3888 destroy_workqueue(priv->fpe_wq); in stmmac_fpe_stop_wq()
5711 priv->fpe_wq) { in stmmac_fpe_event_status()
5712 queue_work(priv->fpe_wq, &priv->fpe_task); in stmmac_fpe_event_status()

Completed in 15 milliseconds