Home
last modified time | relevance | path

Searched refs:tx_timeout_work (Results 1 – 5 of 5) sorted by relevance

/drivers/net/ethernet/calxeda/
Dxgmac.c393 struct work_struct tx_timeout_work; member
918 container_of(work, struct xgmac_priv, tx_timeout_work); in xgmac_tx_timeout_work()
1267 schedule_work(&priv->tx_timeout_work); in xgmac_tx_timeout()
1435 schedule_work(&priv->tx_timeout_work); in xgmac_interrupt()
1741 INIT_WORK(&priv->tx_timeout_work, xgmac_tx_timeout_work); in xgmac_probe()
/drivers/net/ethernet/freescale/
Dfec.h529 struct work_struct tx_timeout_work; member
Dfec_main.c1161 schedule_work(&fep->tx_timeout_work); in fec_timeout()
1167 container_of(work, struct fec_enet_private, tx_timeout_work); in fec_enet_timeout_work()
3502 INIT_WORK(&fep->tx_timeout_work, fec_enet_timeout_work); in fec_probe()
3536 cancel_work_sync(&fep->tx_timeout_work); in fec_drv_remove()
/drivers/net/ethernet/qlogic/
Dqla3xxx.h1182 struct delayed_work tx_timeout_work; member
Dqla3xxx.c3613 queue_delayed_work(qdev->workqueue, &qdev->tx_timeout_work, 0); in ql3xxx_tx_timeout()
3721 container_of(work, struct ql3_adapter, tx_timeout_work.work); in ql_tx_timeout_work()
3886 INIT_DELAYED_WORK(&qdev->tx_timeout_work, ql_tx_timeout_work); in ql3xxx_probe()
3927 cancel_delayed_work(&qdev->tx_timeout_work); in ql3xxx_remove()