Home
last modified time | relevance | path

Searched refs:tx_timeout_task (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/ethernet/hisilicon/
H A Dhip04_eth.c245 struct work_struct tx_timeout_task; member
791 schedule_work(&priv->tx_timeout_task); in hip04_timeout()
798 priv = container_of(work, struct hip04_priv, tx_timeout_task); in hip04_tx_timeout_task()
990 INIT_WORK(&priv->tx_timeout_task, hip04_tx_timeout_task); in hip04_mac_probe()
1040 cancel_work_sync(&priv->tx_timeout_task); in hip04_remove()
H A Dhix5hd2_gmac.c273 struct work_struct tx_timeout_task; member
892 priv = container_of(work, struct hix5hd2_priv, tx_timeout_task); in hix5hd2_tx_timeout_task()
901 schedule_work(&priv->tx_timeout_task); in hix5hd2_net_timeout()
1223 INIT_WORK(&priv->tx_timeout_task, hix5hd2_tx_timeout_task); in hix5hd2_dev_probe()
1293 cancel_work_sync(&priv->tx_timeout_task); in hix5hd2_dev_remove()
/linux/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c283 struct work_struct tx_timeout_task; member
497 INIT_WORK(&local->tx_timeout_task, xirc2ps_tx_timeout_task); in xirc2ps_probe()
510 cancel_work_sync(&local->tx_timeout_task); in xirc2ps_detach()
1196 container_of(work, struct local_info, tx_timeout_task); in xirc2ps_tx_timeout_task()
1210 schedule_work(&lp->tx_timeout_task); in xirc_tx_timeout()
/linux/drivers/net/ethernet/marvell/octeon_ep_vf/
H A Doctep_vf_main.c829 tx_timeout_task); in octep_vf_tx_timeout_task()
854 if (!schedule_work(&oct->tx_timeout_task)) in octep_vf_tx_timeout()
1102 INIT_WORK(&octep_vf_dev->tx_timeout_task, octep_vf_tx_timeout_task); in octep_vf_probe()
1184 cancel_work_sync(&oct->tx_timeout_task); in octep_vf_remove()
/linux/drivers/net/ethernet/marvell/
H A Dpxa168_eth.c217 struct work_struct tx_timeout_task; member
751 schedule_work(&pep->tx_timeout_task); in pxa168_eth_tx_timeout()
758 tx_timeout_task); in pxa168_eth_tx_timeout_task()
1432 INIT_WORK(&pep->tx_timeout_task, pxa168_eth_tx_timeout_task); in pxa168_eth_probe()
1531 cancel_work_sync(&pep->tx_timeout_task); in pxa168_eth_remove()
/linux/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.h293 struct work_struct tx_timeout_task; member
/linux/drivers/net/ethernet/spacemit/
H A Dk1_emac.c124 struct work_struct tx_timeout_task; member
941 schedule_work(&priv->tx_timeout_task); in emac_tx_timeout()
1399 priv = container_of(work, struct emac_priv, tx_timeout_task); in emac_tx_timeout_task()
1428 INIT_WORK(&priv->tx_timeout_task, emac_tx_timeout_task); in emac_sw_init()
1732 cancel_work_sync(&priv->tx_timeout_task); in emac_down()
2011 cancel_work_sync(&priv->tx_timeout_task); in emac_remove()
/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_main.c1041 tx_timeout_task); in octep_tx_timeout_task()
1064 queue_work(octep_wq, &oct->tx_timeout_task); in octep_tx_timeout()
1358 INIT_WORK(&oct->tx_timeout_task, octep_tx_timeout_task); in octep_device_setup()
1610 cancel_work_sync(&oct->tx_timeout_task); in octep_remove()
/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c1369 INIT_WORK(&adapter->tx_timeout_task, netxen_tx_timeout_task); in netxen_setup_netdev()
1634 cancel_work_sync(&adapter->tx_timeout_task); in netxen_nic_remove()
1674 cancel_work_sync(&adapter->tx_timeout_task); in netxen_nic_detach_func()
2217 schedule_work(&adapter->tx_timeout_task); in netxen_tx_timeout()
2223 container_of(work, struct netxen_adapter, tx_timeout_task); in netxen_tx_timeout_task()
H A Dnetxen_nic.h1672 struct work_struct tx_timeout_task; member