Searched refs:fpe_wq (Results 1 – 2 of 2) sorted by relevance
302 struct workqueue_struct *fpe_wq; member
3258 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 16 milliseconds