tx_timeout_task   245 drivers/net/ethernet/hisilicon/hip04_eth.c 	struct work_struct tx_timeout_task;
tx_timeout_task   786 drivers/net/ethernet/hisilicon/hip04_eth.c 	schedule_work(&priv->tx_timeout_task);
tx_timeout_task   793 drivers/net/ethernet/hisilicon/hip04_eth.c 	priv = container_of(work, struct hip04_priv, tx_timeout_task);
tx_timeout_task   995 drivers/net/ethernet/hisilicon/hip04_eth.c 	INIT_WORK(&priv->tx_timeout_task, hip04_tx_timeout_task);
tx_timeout_task  1045 drivers/net/ethernet/hisilicon/hip04_eth.c 	cancel_work_sync(&priv->tx_timeout_task);
tx_timeout_task   272 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c 	struct work_struct tx_timeout_task;
tx_timeout_task   891 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c 	priv = container_of(work, struct hix5hd2_priv, tx_timeout_task);
tx_timeout_task   900 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c 	schedule_work(&priv->tx_timeout_task);
tx_timeout_task  1233 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c 	INIT_WORK(&priv->tx_timeout_task, hix5hd2_tx_timeout_task);
tx_timeout_task  1304 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c 	cancel_work_sync(&priv->tx_timeout_task);
tx_timeout_task   579 drivers/net/ethernet/intel/e100.c 	struct work_struct tx_timeout_task;
tx_timeout_task   890 drivers/net/ethernet/intel/e100.c 				schedule_work(&nic->tx_timeout_task);
tx_timeout_task  2325 drivers/net/ethernet/intel/e100.c 	schedule_work(&nic->tx_timeout_task);
tx_timeout_task  2330 drivers/net/ethernet/intel/e100.c 	struct nic *nic = container_of(work, struct nic, tx_timeout_task);
tx_timeout_task  2902 drivers/net/ethernet/intel/e100.c 	INIT_WORK(&nic->tx_timeout_task, e100_tx_timeout_task);
tx_timeout_task   120 drivers/net/ethernet/intel/ixgb/ixgb.h 	struct work_struct tx_timeout_task;
tx_timeout_task   480 drivers/net/ethernet/intel/ixgb/ixgb_main.c 	INIT_WORK(&adapter->tx_timeout_task, ixgb_tx_timeout_task);
tx_timeout_task   530 drivers/net/ethernet/intel/ixgb/ixgb_main.c 	cancel_work_sync(&adapter->tx_timeout_task);
tx_timeout_task  1164 drivers/net/ethernet/intel/ixgb/ixgb_main.c 			schedule_work(&adapter->tx_timeout_task);
tx_timeout_task  1546 drivers/net/ethernet/intel/ixgb/ixgb_main.c 	schedule_work(&adapter->tx_timeout_task);
tx_timeout_task  1553 drivers/net/ethernet/intel/ixgb/ixgb_main.c 		container_of(work, struct ixgb_adapter, tx_timeout_task);
tx_timeout_task   377 drivers/net/ethernet/marvell/mv643xx_eth.c 	struct work_struct tx_timeout_task;
tx_timeout_task  2584 drivers/net/ethernet/marvell/mv643xx_eth.c 	mp = container_of(ugly, struct mv643xx_eth_private, tx_timeout_task);
tx_timeout_task  2599 drivers/net/ethernet/marvell/mv643xx_eth.c 	schedule_work(&mp->tx_timeout_task);
tx_timeout_task  3174 drivers/net/ethernet/marvell/mv643xx_eth.c 	INIT_WORK(&mp->tx_timeout_task, tx_timeout_task);
tx_timeout_task  3241 drivers/net/ethernet/marvell/mv643xx_eth.c 	cancel_work_sync(&mp->tx_timeout_task);
tx_timeout_task   217 drivers/net/ethernet/marvell/pxa168_eth.c 	struct work_struct tx_timeout_task;
tx_timeout_task   751 drivers/net/ethernet/marvell/pxa168_eth.c 	schedule_work(&pep->tx_timeout_task);
tx_timeout_task   758 drivers/net/ethernet/marvell/pxa168_eth.c 						 tx_timeout_task);
tx_timeout_task  1446 drivers/net/ethernet/marvell/pxa168_eth.c 	INIT_WORK(&pep->tx_timeout_task, pxa168_eth_tx_timeout_task);
tx_timeout_task  1558 drivers/net/ethernet/marvell/pxa168_eth.c 	cancel_work_sync(&pep->tx_timeout_task);
tx_timeout_task  1675 drivers/net/ethernet/qlogic/netxen/netxen_nic.h 	struct work_struct  tx_timeout_task;
tx_timeout_task  1376 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c 	INIT_WORK(&adapter->tx_timeout_task, netxen_tx_timeout_task);
tx_timeout_task  1644 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c 	cancel_work_sync(&adapter->tx_timeout_task);
tx_timeout_task  1686 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c 	cancel_work_sync(&adapter->tx_timeout_task);
tx_timeout_task  2233 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c 	schedule_work(&adapter->tx_timeout_task);
tx_timeout_task  2239 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c 		container_of(work, struct netxen_adapter, tx_timeout_task);
tx_timeout_task  1384 drivers/net/ethernet/toshiba/ps3_gelic_net.c 		container_of(work, struct gelic_card, tx_timeout_task);
tx_timeout_task  1415 drivers/net/ethernet/toshiba/ps3_gelic_net.c 		schedule_work(&card->tx_timeout_task);
tx_timeout_task  1557 drivers/net/ethernet/toshiba/ps3_gelic_net.c 	INIT_WORK(&card->tx_timeout_task, gelic_net_tx_timeout_task);
tx_timeout_task   285 drivers/net/ethernet/toshiba/ps3_gelic_net.h 	struct work_struct tx_timeout_task;
tx_timeout_task  2153 drivers/net/ethernet/toshiba/spider_net.c 		container_of(work, struct spider_net_card, tx_timeout_task);
tx_timeout_task  2190 drivers/net/ethernet/toshiba/spider_net.c 		schedule_work(&card->tx_timeout_task);
tx_timeout_task  2323 drivers/net/ethernet/toshiba/spider_net.c 	INIT_WORK(&card->tx_timeout_task, spider_net_tx_timeout_task);
tx_timeout_task   462 drivers/net/ethernet/toshiba/spider_net.h 	struct work_struct tx_timeout_task;
tx_timeout_task   283 drivers/net/ethernet/xircom/xirc2ps_cs.c     struct work_struct tx_timeout_task;
tx_timeout_task   497 drivers/net/ethernet/xircom/xirc2ps_cs.c     INIT_WORK(&local->tx_timeout_task, xirc2ps_tx_timeout_task);
tx_timeout_task  1197 drivers/net/ethernet/xircom/xirc2ps_cs.c 		container_of(work, struct local_info, tx_timeout_task);
tx_timeout_task  1211 drivers/net/ethernet/xircom/xirc2ps_cs.c     schedule_work(&lp->tx_timeout_task);