Searched refs:tx_timeout_task (Results 1 – 12 of 12) sorted by relevance
/drivers/net/ethernet/intel/ixgb/ |
D | ixgb.h | 146 struct work_struct tx_timeout_task; member
|
D | ixgb_main.c | 518 INIT_WORK(&adapter->tx_timeout_task, ixgb_tx_timeout_task); in ixgb_probe() 568 cancel_work_sync(&adapter->tx_timeout_task); in ixgb_remove() 1202 schedule_work(&adapter->tx_timeout_task); in ixgb_watchdog() 1588 schedule_work(&adapter->tx_timeout_task); in ixgb_tx_timeout() 1595 container_of(work, struct ixgb_adapter, tx_timeout_task); in ixgb_tx_timeout_task()
|
/drivers/net/ethernet/marvell/ |
D | pxa168_eth.c | 215 struct work_struct tx_timeout_task; member 769 schedule_work(&pep->tx_timeout_task); in pxa168_eth_tx_timeout() 776 tx_timeout_task); in pxa168_eth_tx_timeout_task() 1515 INIT_WORK(&pep->tx_timeout_task, pxa168_eth_tx_timeout_task); in pxa168_eth_probe() 1603 cancel_work_sync(&pep->tx_timeout_task); in pxa168_eth_remove()
|
D | mv643xx_eth.c | 367 struct work_struct tx_timeout_task; member 2350 static void tx_timeout_task(struct work_struct *ugly) in tx_timeout_task() function 2354 mp = container_of(ugly, struct mv643xx_eth_private, tx_timeout_task); in tx_timeout_task() 2369 schedule_work(&mp->tx_timeout_task); in mv643xx_eth_tx_timeout() 2746 INIT_WORK(&mp->tx_timeout_task, tx_timeout_task); in mv643xx_eth_probe() 2809 cancel_work_sync(&mp->tx_timeout_task); in mv643xx_eth_remove()
|
/drivers/net/ethernet/xircom/ |
D | xirc2ps_cs.c | 284 struct work_struct tx_timeout_task; member 499 INIT_WORK(&local->tx_timeout_task, xirc2ps_tx_timeout_task); in xirc2ps_probe() 1199 container_of(work, local_info_t, tx_timeout_task); in xirc2ps_tx_timeout_task() 1213 schedule_work(&lp->tx_timeout_task); in xirc_tx_timeout()
|
/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_net.h | 299 struct work_struct tx_timeout_task; member
|
D | spider_net.h | 475 struct work_struct tx_timeout_task; member
|
D | ps3_gelic_net.c | 1408 container_of(work, struct gelic_card, tx_timeout_task); in gelic_net_tx_timeout_task() 1439 schedule_work(&card->tx_timeout_task); in gelic_net_tx_timeout() 1579 INIT_WORK(&card->tx_timeout_task, gelic_net_tx_timeout_task); in gelic_alloc_card_net()
|
D | spider_net.c | 2217 container_of(work, struct spider_net_card, tx_timeout_task); in spider_net_tx_timeout_task() 2254 schedule_work(&card->tx_timeout_task); in spider_net_tx_timeout() 2391 INIT_WORK(&card->tx_timeout_task, spider_net_tx_timeout_task); in spider_net_alloc_card()
|
/drivers/net/ethernet/intel/ |
D | e100.c | 604 struct work_struct tx_timeout_task; member 915 schedule_work(&nic->tx_timeout_task); in e100_exec_cb() 2357 schedule_work(&nic->tx_timeout_task); in e100_tx_timeout() 2362 struct nic *nic = container_of(work, struct nic, tx_timeout_task); in e100_tx_timeout_task() 2932 INIT_WORK(&nic->tx_timeout_task, e100_tx_timeout_task); in e100_probe()
|
/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_main.c | 1357 INIT_WORK(&adapter->tx_timeout_task, netxen_tx_timeout_task); in netxen_setup_netdev() 1586 cancel_work_sync(&adapter->tx_timeout_task); in netxen_nic_remove() 1629 cancel_work_sync(&adapter->tx_timeout_task); in netxen_nic_detach_func() 2183 schedule_work(&adapter->tx_timeout_task); in netxen_tx_timeout() 2189 container_of(work, struct netxen_adapter, tx_timeout_task); in netxen_tx_timeout_task()
|
D | netxen_nic.h | 1694 struct work_struct tx_timeout_task; member
|