Lines Matching defs:timeout
237 struct timer_list timeout;
349 pep->timeout.expires = jiffies + (HZ / 10);
350 add_timer(&pep->timeout);
356 struct pxa168_eth_private *pep = from_timer(pep, t, timeout);
749 netdev_info(dev, "TX timeout desc_count %d\n", pep->tx_desc_count);
1178 del_timer_sync(&pep->timeout);
1307 netdev_warn(pep->dev, "pxa168_eth: SMI bus busy timeout\n");
1330 netdev_warn(pep->dev, "pxa168_eth: SMI bus busy timeout\n");
1338 netdev_err(pep->dev, "pxa168_eth: SMI bus busy timeout\n");
1492 memset(&pep->timeout, 0, sizeof(struct timer_list));
1493 timer_setup(&pep->timeout, rxq_refill_timer_wrapper, 0);