tx_timeout_task
cancel_work_sync(&priv->tx_timeout_task);
struct work_struct tx_timeout_task;
schedule_work(&priv->tx_timeout_task);
priv = container_of(work, struct hip04_priv, tx_timeout_task);
INIT_WORK(&priv->tx_timeout_task, hip04_tx_timeout_task);
INIT_WORK(&priv->tx_timeout_task, hix5hd2_tx_timeout_task);
cancel_work_sync(&priv->tx_timeout_task);
struct work_struct tx_timeout_task;
priv = container_of(work, struct hix5hd2_priv, tx_timeout_task);
schedule_work(&priv->tx_timeout_task);
schedule_work(&nic->tx_timeout_task);
struct nic *nic = container_of(work, struct nic, tx_timeout_task);
INIT_WORK(&nic->tx_timeout_task, e100_tx_timeout_task);
struct work_struct tx_timeout_task;
schedule_work(&nic->tx_timeout_task);
mp = container_of(ugly, struct mv643xx_eth_private, tx_timeout_task);
schedule_work(&mp->tx_timeout_task);
INIT_WORK(&mp->tx_timeout_task, tx_timeout_task);
cancel_work_sync(&mp->tx_timeout_task);
struct work_struct tx_timeout_task;
tx_timeout_task);
queue_work(octep_wq, &oct->tx_timeout_task);
INIT_WORK(&oct->tx_timeout_task, octep_tx_timeout_task);
cancel_work_sync(&oct->tx_timeout_task);
struct work_struct tx_timeout_task;
INIT_WORK(&octep_vf_dev->tx_timeout_task, octep_vf_tx_timeout_task);
cancel_work_sync(&oct->tx_timeout_task);
tx_timeout_task);
if (!schedule_work(&oct->tx_timeout_task))
struct work_struct tx_timeout_task;
INIT_WORK(&pep->tx_timeout_task, pxa168_eth_tx_timeout_task);
cancel_work_sync(&pep->tx_timeout_task);
struct work_struct tx_timeout_task;
schedule_work(&pep->tx_timeout_task);
tx_timeout_task);
struct work_struct tx_timeout_task;
INIT_WORK(&adapter->tx_timeout_task, netxen_tx_timeout_task);
cancel_work_sync(&adapter->tx_timeout_task);
cancel_work_sync(&adapter->tx_timeout_task);
schedule_work(&adapter->tx_timeout_task);
container_of(work, struct netxen_adapter, tx_timeout_task);
struct work_struct tx_timeout_task;
priv = container_of(work, struct emac_priv, tx_timeout_task);
INIT_WORK(&priv->tx_timeout_task, emac_tx_timeout_task);
cancel_work_sync(&priv->tx_timeout_task);
cancel_work_sync(&priv->tx_timeout_task);
schedule_work(&priv->tx_timeout_task);
container_of(work, struct gelic_card, tx_timeout_task);
schedule_work(&card->tx_timeout_task);
INIT_WORK(&card->tx_timeout_task, gelic_net_tx_timeout_task);
struct work_struct tx_timeout_task;
container_of(work, struct local_info, tx_timeout_task);
schedule_work(&lp->tx_timeout_task);
struct work_struct tx_timeout_task;
INIT_WORK(&local->tx_timeout_task, xirc2ps_tx_timeout_task);
cancel_work_sync(&local->tx_timeout_task);