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
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()
987 INIT_WORK(&priv->tx_timeout_task, hip04_tx_timeout_task); in hip04_mac_probe()
1037 cancel_work_sync(&priv->tx_timeout_task); in hip04_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/
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()
H A Dmv643xx_eth.c378 struct work_struct tx_timeout_task; member
2583 static void tx_timeout_task(struct work_struct *ugly) in tx_timeout_task() function
2587 mp = container_of(ugly, struct mv643xx_eth_private, tx_timeout_task); in tx_timeout_task()
2602 schedule_work(&mp->tx_timeout_task); in mv643xx_eth_tx_timeout()
3210 INIT_WORK(&mp->tx_timeout_task, tx_timeout_task); in mv643xx_eth_probe()
3280 cancel_work_sync(&mp->tx_timeout_task); in mv643xx_eth_remove()
/linux/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.h292 struct work_struct tx_timeout_task; member
H A Dspider_net.h461 struct work_struct tx_timeout_task; member
H A Dps3_gelic_net.c1396 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()
1573 INIT_WORK(&card->tx_timeout_task, gelic_net_tx_timeout_task); in gelic_alloc_card_net()
H A Dspider_net.c2171 container_of(work, struct spider_net_card, tx_timeout_task); in spider_net_tx_timeout_task()
2209 schedule_work(&card->tx_timeout_task); in spider_net_tx_timeout()
2343 INIT_WORK(&card->tx_timeout_task, spider_net_tx_timeout_task); in spider_net_alloc_card()
/linux/drivers/net/ethernet/intel/
H A De100.c575 struct work_struct tx_timeout_task; member
886 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()
2911 INIT_WORK(&nic->tx_timeout_task, e100_tx_timeout_task); in e100_probe()
/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic.h1672 struct work_struct tx_timeout_task; member