Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h313 struct workqueue_struct *fpe_wq; member
H A Dstmmac_main.c3281 priv->fpe_wq = create_singlethread_workqueue(name); in stmmac_fpe_start_wq()
3282 if (!priv->fpe_wq) { in stmmac_fpe_start_wq()
3915 if (priv->fpe_wq) { in stmmac_fpe_stop_wq()
3916 destroy_workqueue(priv->fpe_wq); in stmmac_fpe_stop_wq()
3917 priv->fpe_wq = NULL; in stmmac_fpe_stop_wq()
5857 priv->fpe_wq) { in stmmac_fpe_event_status()
5858 queue_work(priv->fpe_wq, &priv->fpe_task); in stmmac_fpe_event_status()