Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/calxeda/
Dxgmac.c394 struct work_struct tx_timeout_work; member
919 container_of(work, struct xgmac_priv, tx_timeout_work); in xgmac_tx_timeout_work()
1268 schedule_work(&priv->tx_timeout_work); in xgmac_tx_timeout()
1422 schedule_work(&priv->tx_timeout_work); in xgmac_interrupt()
1726 INIT_WORK(&priv->tx_timeout_work, xgmac_tx_timeout_work); in xgmac_probe()
/Linux-v4.19/drivers/net/ethernet/freescale/
Dfec.h551 struct work_struct tx_timeout_work; member
Dfec_main.c1149 schedule_work(&fep->tx_timeout_work); in fec_timeout()
1155 container_of(work, struct fec_enet_private, tx_timeout_work); in fec_enet_timeout_work()
3562 INIT_WORK(&fep->tx_timeout_work, fec_enet_timeout_work); in fec_probe()
3602 cancel_work_sync(&fep->tx_timeout_work); in fec_drv_remove()
/Linux-v4.19/drivers/net/ethernet/qlogic/
Dqla3xxx.h1182 struct delayed_work tx_timeout_work; member
Dqla3xxx.c3618 queue_delayed_work(qdev->workqueue, &qdev->tx_timeout_work, 0); in ql3xxx_tx_timeout()
3726 container_of(work, struct ql3_adapter, tx_timeout_work.work); in ql_tx_timeout_work()
3890 INIT_DELAYED_WORK(&qdev->tx_timeout_work, ql_tx_timeout_work); in ql3xxx_probe()
3929 cancel_delayed_work(&qdev->tx_timeout_work); in ql3xxx_remove()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den.h680 struct work_struct tx_timeout_work; member
Den_main.c4134 tx_timeout_work); in mlx5e_tx_timeout_work()
4186 queue_work(priv->wq, &priv->tx_timeout_work); in mlx5e_tx_timeout()
4569 INIT_WORK(&priv->tx_timeout_work, mlx5e_tx_timeout_work); in mlx5e_build_nic_netdev_priv()