Searched refs:tlan_tqueue (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/ti/
H A Dtlan.h210 struct work_struct tlan_tqueue; member in struct:tlan_priv
H A Dtlan.c318 cancel_work_sync(&priv->tlan_tqueue);
568 INIT_WORK(&priv->tlan_tqueue, tlan_tx_timeout_work);
1030 container_of(work, struct tlan_priv, tlan_tqueue);
1718 schedule_work(&priv->tlan_tqueue);

Completed in 39 milliseconds