Searched defs:tx_timeout_work (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/freescale/
H A Dfec.h510 struct work_struct tx_timeout_work; member in struct:fec_enet_private
/drivers/net/ethernet/calxeda/
H A Dxgmac.c393 struct work_struct tx_timeout_work; member in struct:xgmac_priv
918 container_of(work, struct xgmac_priv, tx_timeout_work);
1267 schedule_work(&priv->tx_timeout_work);
1435 schedule_work(&priv->tx_timeout_work);
1741 INIT_WORK(&priv->tx_timeout_work, xgmac_tx_timeout_work);
/drivers/net/ethernet/qlogic/
H A Dqla3xxx.h1182 struct delayed_work tx_timeout_work; member in struct:ql3_adapter

Completed in 178 milliseconds