/Linux-v5.10/drivers/net/ethernet/intel/ixgb/ |
D | ixgb.h | 119 struct work_struct tx_timeout_task; member
|
D | ixgb_main.c | 476 INIT_WORK(&adapter->tx_timeout_task, ixgb_tx_timeout_task); in ixgb_probe() 526 cancel_work_sync(&adapter->tx_timeout_task); in ixgb_remove() 1160 schedule_work(&adapter->tx_timeout_task); in ixgb_watchdog() 1543 schedule_work(&adapter->tx_timeout_task); in ixgb_tx_timeout() 1550 container_of(work, struct ixgb_adapter, tx_timeout_task); in ixgb_tx_timeout_task()
|
/Linux-v5.10/drivers/net/ethernet/hisilicon/ |
D | hip04_eth.c | 245 struct work_struct tx_timeout_task; member 786 schedule_work(&priv->tx_timeout_task); in hip04_timeout() 793 priv = container_of(work, struct hip04_priv, tx_timeout_task); in hip04_tx_timeout_task() 982 INIT_WORK(&priv->tx_timeout_task, hip04_tx_timeout_task); in hip04_mac_probe() 1032 cancel_work_sync(&priv->tx_timeout_task); in hip04_remove()
|
D | hix5hd2_gmac.c | 272 struct work_struct tx_timeout_task; member 891 priv = container_of(work, struct hix5hd2_priv, tx_timeout_task); in hix5hd2_tx_timeout_task() 900 schedule_work(&priv->tx_timeout_task); in hix5hd2_net_timeout() 1232 INIT_WORK(&priv->tx_timeout_task, hix5hd2_tx_timeout_task); in hix5hd2_dev_probe() 1303 cancel_work_sync(&priv->tx_timeout_task); in hix5hd2_dev_remove()
|
/Linux-v5.10/drivers/net/ethernet/marvell/ |
D | pxa168_eth.c | 217 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() 1436 INIT_WORK(&pep->tx_timeout_task, pxa168_eth_tx_timeout_task); in pxa168_eth_probe() 1548 cancel_work_sync(&pep->tx_timeout_task); in pxa168_eth_remove()
|
D | mv643xx_eth.c | 377 struct work_struct tx_timeout_task; member 2575 static void tx_timeout_task(struct work_struct *ugly) in tx_timeout_task() function 2579 mp = container_of(ugly, struct mv643xx_eth_private, tx_timeout_task); in tx_timeout_task() 2594 schedule_work(&mp->tx_timeout_task); in mv643xx_eth_tx_timeout() 3170 INIT_WORK(&mp->tx_timeout_task, tx_timeout_task); in mv643xx_eth_probe() 3237 cancel_work_sync(&mp->tx_timeout_task); in mv643xx_eth_remove()
|
/Linux-v5.10/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_net.h | 285 struct work_struct tx_timeout_task; member
|
D | spider_net.h | 462 struct work_struct tx_timeout_task; member
|
D | ps3_gelic_net.c | 1382 container_of(work, struct gelic_card, tx_timeout_task); in gelic_net_tx_timeout_task() 1413 schedule_work(&card->tx_timeout_task); in gelic_net_tx_timeout() 1555 INIT_WORK(&card->tx_timeout_task, gelic_net_tx_timeout_task); in gelic_alloc_card_net()
|
D | spider_net.c | 2151 container_of(work, struct spider_net_card, tx_timeout_task); in spider_net_tx_timeout_task() 2188 schedule_work(&card->tx_timeout_task); in spider_net_tx_timeout() 2321 INIT_WORK(&card->tx_timeout_task, spider_net_tx_timeout_task); in spider_net_alloc_card()
|
/Linux-v5.10/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-v5.10/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_main.c | 1376 INIT_WORK(&adapter->tx_timeout_task, netxen_tx_timeout_task); in netxen_setup_netdev() 1644 cancel_work_sync(&adapter->tx_timeout_task); in netxen_nic_remove() 1686 cancel_work_sync(&adapter->tx_timeout_task); in netxen_nic_detach_func() 2229 schedule_work(&adapter->tx_timeout_task); in netxen_tx_timeout() 2235 container_of(work, struct netxen_adapter, tx_timeout_task); in netxen_tx_timeout_task()
|
D | netxen_nic.h | 1672 struct work_struct tx_timeout_task; member
|
/Linux-v5.10/drivers/net/ethernet/intel/ |
D | e100.c | 576 struct work_struct tx_timeout_task; member 887 schedule_work(&nic->tx_timeout_task); in e100_exec_cb() 2322 schedule_work(&nic->tx_timeout_task); in e100_tx_timeout() 2327 struct nic *nic = container_of(work, struct nic, tx_timeout_task); in e100_tx_timeout_task() 2898 INIT_WORK(&nic->tx_timeout_task, e100_tx_timeout_task); in e100_probe()
|