Symbol: tx_timeout_task
drivers/net/ethernet/hisilicon/hip04_eth.c
1035
cancel_work_sync(&priv->tx_timeout_task);
drivers/net/ethernet/hisilicon/hip04_eth.c
245
struct work_struct tx_timeout_task;
drivers/net/ethernet/hisilicon/hip04_eth.c
786
schedule_work(&priv->tx_timeout_task);
drivers/net/ethernet/hisilicon/hip04_eth.c
793
priv = container_of(work, struct hip04_priv, tx_timeout_task);
drivers/net/ethernet/hisilicon/hip04_eth.c
985
INIT_WORK(&priv->tx_timeout_task, hip04_tx_timeout_task);
drivers/net/ethernet/hisilicon/hix5hd2_gmac.c
1223
INIT_WORK(&priv->tx_timeout_task, hix5hd2_tx_timeout_task);
drivers/net/ethernet/hisilicon/hix5hd2_gmac.c
1294
cancel_work_sync(&priv->tx_timeout_task);
drivers/net/ethernet/hisilicon/hix5hd2_gmac.c
273
struct work_struct tx_timeout_task;
drivers/net/ethernet/hisilicon/hix5hd2_gmac.c
892
priv = container_of(work, struct hix5hd2_priv, tx_timeout_task);
drivers/net/ethernet/hisilicon/hix5hd2_gmac.c
901
schedule_work(&priv->tx_timeout_task);
drivers/net/ethernet/intel/e100.c
2323
schedule_work(&nic->tx_timeout_task);
drivers/net/ethernet/intel/e100.c
2328
struct nic *nic = container_of(work, struct nic, tx_timeout_task);
drivers/net/ethernet/intel/e100.c
2911
INIT_WORK(&nic->tx_timeout_task, e100_tx_timeout_task);
drivers/net/ethernet/intel/e100.c
575
struct work_struct tx_timeout_task;
drivers/net/ethernet/intel/e100.c
886
schedule_work(&nic->tx_timeout_task);
drivers/net/ethernet/marvell/mv643xx_eth.c
2587
mp = container_of(ugly, struct mv643xx_eth_private, tx_timeout_task);
drivers/net/ethernet/marvell/mv643xx_eth.c
2602
schedule_work(&mp->tx_timeout_task);
drivers/net/ethernet/marvell/mv643xx_eth.c
3210
INIT_WORK(&mp->tx_timeout_task, tx_timeout_task);
drivers/net/ethernet/marvell/mv643xx_eth.c
3280
cancel_work_sync(&mp->tx_timeout_task);
drivers/net/ethernet/marvell/mv643xx_eth.c
378
struct work_struct tx_timeout_task;
drivers/net/ethernet/marvell/octeon_ep/octep_main.c
1041
tx_timeout_task);
drivers/net/ethernet/marvell/octeon_ep/octep_main.c
1064
queue_work(octep_wq, &oct->tx_timeout_task);
drivers/net/ethernet/marvell/octeon_ep/octep_main.c
1358
INIT_WORK(&oct->tx_timeout_task, octep_tx_timeout_task);
drivers/net/ethernet/marvell/octeon_ep/octep_main.c
1610
cancel_work_sync(&oct->tx_timeout_task);
drivers/net/ethernet/marvell/octeon_ep/octep_main.h
302
struct work_struct tx_timeout_task;
drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_main.c
1102
INIT_WORK(&octep_vf_dev->tx_timeout_task, octep_vf_tx_timeout_task);
drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_main.c
1184
cancel_work_sync(&oct->tx_timeout_task);
drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_main.c
829
tx_timeout_task);
drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_main.c
854
if (!schedule_work(&oct->tx_timeout_task))
drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_main.h
286
struct work_struct tx_timeout_task;
drivers/net/ethernet/marvell/pxa168_eth.c
1432
INIT_WORK(&pep->tx_timeout_task, pxa168_eth_tx_timeout_task);
drivers/net/ethernet/marvell/pxa168_eth.c
1531
cancel_work_sync(&pep->tx_timeout_task);
drivers/net/ethernet/marvell/pxa168_eth.c
217
struct work_struct tx_timeout_task;
drivers/net/ethernet/marvell/pxa168_eth.c
751
schedule_work(&pep->tx_timeout_task);
drivers/net/ethernet/marvell/pxa168_eth.c
758
tx_timeout_task);
drivers/net/ethernet/qlogic/netxen/netxen_nic.h
1672
struct work_struct tx_timeout_task;
drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c
1369
INIT_WORK(&adapter->tx_timeout_task, netxen_tx_timeout_task);
drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c
1634
cancel_work_sync(&adapter->tx_timeout_task);
drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c
1674
cancel_work_sync(&adapter->tx_timeout_task);
drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c
2217
schedule_work(&adapter->tx_timeout_task);
drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c
2223
container_of(work, struct netxen_adapter, tx_timeout_task);
drivers/net/ethernet/spacemit/k1_emac.c
126
struct work_struct tx_timeout_task;
drivers/net/ethernet/spacemit/k1_emac.c
1402
priv = container_of(work, struct emac_priv, tx_timeout_task);
drivers/net/ethernet/spacemit/k1_emac.c
1431
INIT_WORK(&priv->tx_timeout_task, emac_tx_timeout_task);
drivers/net/ethernet/spacemit/k1_emac.c
1735
cancel_work_sync(&priv->tx_timeout_task);
drivers/net/ethernet/spacemit/k1_emac.c
2014
cancel_work_sync(&priv->tx_timeout_task);
drivers/net/ethernet/spacemit/k1_emac.c
944
schedule_work(&priv->tx_timeout_task);
drivers/net/ethernet/toshiba/ps3_gelic_net.c
1422
container_of(work, struct gelic_card, tx_timeout_task);
drivers/net/ethernet/toshiba/ps3_gelic_net.c
1454
schedule_work(&card->tx_timeout_task);
drivers/net/ethernet/toshiba/ps3_gelic_net.c
1599
INIT_WORK(&card->tx_timeout_task, gelic_net_tx_timeout_task);
drivers/net/ethernet/toshiba/ps3_gelic_net.h
293
struct work_struct tx_timeout_task;
drivers/net/ethernet/xircom/xirc2ps_cs.c
1196
container_of(work, struct local_info, tx_timeout_task);
drivers/net/ethernet/xircom/xirc2ps_cs.c
1210
schedule_work(&lp->tx_timeout_task);
drivers/net/ethernet/xircom/xirc2ps_cs.c
283
struct work_struct tx_timeout_task;
drivers/net/ethernet/xircom/xirc2ps_cs.c
497
INIT_WORK(&local->tx_timeout_task, xirc2ps_tx_timeout_task);
drivers/net/ethernet/xircom/xirc2ps_cs.c
510
cancel_work_sync(&local->tx_timeout_task);