Searched refs:tx_timeout_work (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_lif.h | 201 struct work_struct tx_timeout_work; member
|
H A D | ionic_lif.c | 1827 struct ionic_lif *lif = container_of(ws, struct ionic_lif, tx_timeout_work); in ionic_tx_timeout_work() 1853 schedule_work(&lif->tx_timeout_work); in ionic_tx_timeout() 3548 cancel_work_sync(&lif->tx_timeout_work); in ionic_lif_deinit() 3791 INIT_WORK(&lif->tx_timeout_work, ionic_tx_timeout_work); in ionic_lif_init()
|
/linux/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib.h | 359 struct work_struct tx_timeout_work; member
|
/linux/drivers/net/ethernet/qlogic/ |
H A D | qla3xxx.h | 1181 struct delayed_work tx_timeout_work; member
|
H A D | qla3xxx.c | 3605 queue_delayed_work(qdev->workqueue, &qdev->tx_timeout_work, 0); in ql3xxx_tx_timeout() 3711 container_of(work, struct ql3_adapter, tx_timeout_work.work); in ql_tx_timeout_work() 3873 INIT_DELAYED_WORK(&qdev->tx_timeout_work, ql_tx_timeout_work); in ql3xxx_probe() 3912 cancel_delayed_work(&qdev->tx_timeout_work); in ql3xxx_remove()
|
/linux/drivers/net/ethernet/freescale/ |
H A D | fec_main.c | 1421 schedule_work(&fep->tx_timeout_work); in fec_timeout() 1427 container_of(work, struct fec_enet_private, tx_timeout_work); in fec_enet_timeout_work() 4571 INIT_WORK(&fep->tx_timeout_work, fec_enet_timeout_work); in fec_probe() 4625 cancel_work_sync(&fep->tx_timeout_work); in fec_drv_remove()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en.h | 889 struct work_struct tx_timeout_work; member
|
H A D | en_main.c | 3223 if (current_work() != &priv->tx_timeout_work) in mlx5e_cancel_tx_timeout_work() 3224 cancel_work_sync(&priv->tx_timeout_work); in mlx5e_cancel_tx_timeout_work() 4987 tx_timeout_work); in mlx5e_tx_timeout_work() 5028 queue_work(priv->wq, &priv->tx_timeout_work); in mlx5e_tx_timeout() 6013 INIT_WORK(&priv->tx_timeout_work, mlx5e_tx_timeout_work); in mlx5e_priv_init()
|