Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/ti/
Dtlan.h210 struct work_struct tlan_tqueue; member
Dtlan.c316 cancel_work_sync(&priv->tlan_tqueue); in tlan_remove_one()
548 INIT_WORK(&priv->tlan_tqueue, tlan_tx_timeout_work); in tlan_probe1()
1007 container_of(work, struct tlan_priv, tlan_tqueue); in tlan_tx_timeout_work()
1692 schedule_work(&priv->tlan_tqueue); in tlan_handle_status_check()