Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac.h295 struct workqueue_struct *fpe_wq; member
A Dstmmac_main.c3234 priv->fpe_wq = create_singlethread_workqueue(name); in stmmac_fpe_start_wq()
3235 if (!priv->fpe_wq) { in stmmac_fpe_start_wq()
3792 if (priv->fpe_wq) in stmmac_fpe_stop_wq()
3793 destroy_workqueue(priv->fpe_wq); in stmmac_fpe_stop_wq()
5610 priv->fpe_wq) { in stmmac_fpe_event_status()
5611 queue_work(priv->fpe_wq, &priv->fpe_task); in stmmac_fpe_event_status()

Completed in 15 milliseconds