/Linux-v4.19/drivers/net/ethernet/intel/ixgb/ |
D | ixgb.h | 120 struct work_struct tx_timeout_task; member
|
D | ixgb_main.c | 480 INIT_WORK(&adapter->tx_timeout_task, ixgb_tx_timeout_task); in ixgb_probe() 530 cancel_work_sync(&adapter->tx_timeout_task); in ixgb_remove() 1164 schedule_work(&adapter->tx_timeout_task); in ixgb_watchdog() 1548 schedule_work(&adapter->tx_timeout_task); in ixgb_tx_timeout() 1555 container_of(work, struct ixgb_adapter, tx_timeout_task); in ixgb_tx_timeout_task()
|
/Linux-v4.19/drivers/net/ethernet/hisilicon/ |
D | hip04_eth.c | 180 struct work_struct tx_timeout_task; member 692 schedule_work(&priv->tx_timeout_task); in hip04_timeout() 699 priv = container_of(work, struct hip04_priv, tx_timeout_task); in hip04_tx_timeout_task() 893 INIT_WORK(&priv->tx_timeout_task, hip04_tx_timeout_task); in hip04_mac_probe() 945 cancel_work_sync(&priv->tx_timeout_task); in hip04_remove()
|
D | hix5hd2_gmac.c | 276 struct work_struct tx_timeout_task; member 895 priv = container_of(work, struct hix5hd2_priv, tx_timeout_task); in hix5hd2_tx_timeout_task() 904 schedule_work(&priv->tx_timeout_task); in hix5hd2_net_timeout() 1240 INIT_WORK(&priv->tx_timeout_task, hix5hd2_tx_timeout_task); in hix5hd2_dev_probe() 1311 cancel_work_sync(&priv->tx_timeout_task); in hix5hd2_dev_remove()
|
/Linux-v4.19/drivers/net/ethernet/marvell/ |
D | pxa168_eth.c | 228 struct work_struct tx_timeout_task; member 762 schedule_work(&pep->tx_timeout_task); in pxa168_eth_tx_timeout() 769 tx_timeout_task); in pxa168_eth_tx_timeout_task() 1456 INIT_WORK(&pep->tx_timeout_task, pxa168_eth_tx_timeout_task); in pxa168_eth_probe() 1567 cancel_work_sync(&pep->tx_timeout_task); in pxa168_eth_remove()
|
D | mv643xx_eth.c | 389 struct work_struct tx_timeout_task; member 2599 static void tx_timeout_task(struct work_struct *ugly) in tx_timeout_task() function 2603 mp = container_of(ugly, struct mv643xx_eth_private, tx_timeout_task); in tx_timeout_task() 2618 schedule_work(&mp->tx_timeout_task); in mv643xx_eth_tx_timeout() 3186 INIT_WORK(&mp->tx_timeout_task, tx_timeout_task); in mv643xx_eth_probe() 3253 cancel_work_sync(&mp->tx_timeout_task); in mv643xx_eth_remove()
|
/Linux-v4.19/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_net.h | 298 struct work_struct tx_timeout_task; member
|
D | spider_net.h | 475 struct work_struct tx_timeout_task; member
|
D | ps3_gelic_net.c | 1397 container_of(work, struct gelic_card, tx_timeout_task); in gelic_net_tx_timeout_task() 1428 schedule_work(&card->tx_timeout_task); in gelic_net_tx_timeout() 1570 INIT_WORK(&card->tx_timeout_task, gelic_net_tx_timeout_task); in gelic_alloc_card_net()
|
D | spider_net.c | 2165 container_of(work, struct spider_net_card, tx_timeout_task); in spider_net_tx_timeout_task() 2202 schedule_work(&card->tx_timeout_task); in spider_net_tx_timeout() 2337 INIT_WORK(&card->tx_timeout_task, spider_net_tx_timeout_task); in spider_net_alloc_card()
|
/Linux-v4.19/drivers/net/ethernet/xircom/ |
D | xirc2ps_cs.c | 283 struct work_struct tx_timeout_task; member 497 INIT_WORK(&local->tx_timeout_task, xirc2ps_tx_timeout_task); in xirc2ps_probe() 1197 container_of(work, struct local_info, tx_timeout_task); in xirc2ps_tx_timeout_task() 1211 schedule_work(&lp->tx_timeout_task); in xirc_tx_timeout()
|
/Linux-v4.19/drivers/net/ethernet/intel/ |
D | e100.c | 579 struct work_struct tx_timeout_task; member 890 schedule_work(&nic->tx_timeout_task); in e100_exec_cb() 2323 schedule_work(&nic->tx_timeout_task); in e100_tx_timeout() 2328 struct nic *nic = container_of(work, struct nic, tx_timeout_task); in e100_tx_timeout_task() 2900 INIT_WORK(&nic->tx_timeout_task, e100_tx_timeout_task); in e100_probe()
|
/Linux-v4.19/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_main.c | 1392 INIT_WORK(&adapter->tx_timeout_task, netxen_tx_timeout_task); in netxen_setup_netdev() 1660 cancel_work_sync(&adapter->tx_timeout_task); in netxen_nic_remove() 1702 cancel_work_sync(&adapter->tx_timeout_task); in netxen_nic_detach_func() 2254 schedule_work(&adapter->tx_timeout_task); in netxen_tx_timeout() 2260 container_of(work, struct netxen_adapter, tx_timeout_task); in netxen_tx_timeout_task()
|
D | netxen_nic.h | 1691 struct work_struct tx_timeout_task; member
|