Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ixgb/
Dixgb.h146 struct work_struct tx_timeout_task; member
Dixgb_main.c518 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/
Dpxa168_eth.c215 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()
Dmv643xx_eth.c367 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/
Dxirc2ps_cs.c284 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/
Dps3_gelic_net.h299 struct work_struct tx_timeout_task; member
Dspider_net.h475 struct work_struct tx_timeout_task; member
Dps3_gelic_net.c1408 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()
Dspider_net.c2217 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/
De100.c604 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/
Dnetxen_nic_main.c1357 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()
Dnetxen_nic.h1694 struct work_struct tx_timeout_task; member