Searched refs:last_reset (Results 1 - 14 of 14) sorted by relevance

/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h285 unsigned long last_reset; member in struct:igbvf_adapter
H A Dnetdev.c1441 adapter->last_reset = jiffies;
1792 if (ret_val && time_after(jiffies, adapter->last_reset + (10 * HZ)))
/drivers/scsi/
H A Ddc395x.c863 if (time_before(jiffies + to, acb->scsi_host->last_reset - HZ / 2))
865 acb->scsi_host->last_reset - HZ / 2 + 1;
1322 acb->scsi_host->last_reset =
1465 (jiffies + HZ, acb->scsi_host->last_reset + HZ / 2))
1467 acb->scsi_host->last_reset + HZ / 2 + 1;
1538 if (time_before(jiffies, acb->scsi_host->last_reset - HZ / 2)) {
3034 acb->scsi_host->last_reset =
3056 acb->scsi_host->last_reset = jiffies + HZ / 2 + 1;
3652 acb->scsi_host->last_reset =
4429 host->last_reset
[all...]
H A Dtmscsim.c524 if (time_before (jiffies, pACB->pScsiHost->last_reset))
1866 pACB->pScsiHost->last_reset = jiffies + 5*HZ/2
2051 pACB->pScsiHost->last_reset = jiffies + 3*HZ/2
2386 shost->last_reset = jiffies + HZ/2 +
2459 shost->last_reset = jiffies;
H A Dscsi.c705 timeout = host->last_reset + MIN_RESET_DELAY;
H A Dadvansys.c2385 ulong last_reset; /* Saved last reset time */ member in struct:asc_board
2531 printk(" host_busy %u, host_no %d, last_reset %d,\n",
2532 s->host_busy, s->host_no, (unsigned)s->last_reset);
3561 " host_busy %u, last_reset %u, max_id %u, max_lun %u, max_channel %u\n",
3562 shost->host_busy, shost->last_reset, shost->max_id,
3578 " flags 0x%x, last_reset 0x%x, jiffies 0x%x, asc_n_io_port 0x%x\n",
3579 boardp->flags, boardp->last_reset, jiffies,
8037 boardp->last_reset = jiffies;
H A Ddpt_i2o.c460 pHba->host->last_reset = jiffies;
/drivers/ata/
H A Dlibata-eh.c2581 WARN_ON(time_after(ehc->last_reset, now));
2582 deadline = ata_deadline(ehc->last_reset,
2694 ehc->last_reset = jiffies;
2864 ehc->last_reset = jiffies; /* update to completion time */
/drivers/net/wireless/ipw2x00/
H A Dipw2100.h512 unsigned long last_reset; member in struct:ipw2100_priv
H A Dipw2100.c689 (now - priv->last_reset > priv->reset_backoff))
692 priv->last_reset = get_seconds();
/drivers/video/omap2/dss/
H A Ddispc.c79 unsigned long last_reset; member in struct:dispc_irq_stats
2550 dispc.irq_stats.last_reset = jiffies;
2555 jiffies_to_msecs(jiffies - stats.last_reset));
3347 dispc.irq_stats.last_reset = jiffies;
H A Ddsi.c242 unsigned long last_reset; member in struct:dsi_irq_stats
1798 dsi->irq_stats.last_reset = jiffies;
1803 jiffies_to_msecs(jiffies - stats.last_reset));
4709 dsi->irq_stats.last_reset = jiffies;
/drivers/net/wireless/hostap/
H A Dhostap_hw.c1557 static long last_reset = 0;
1561 if (time_before_eq(jiffies, last_reset + HZ))
1563 last_reset = jiffies;
/drivers/net/ethernet/micrel/
H A Dksz884x.c4923 static unsigned long last_reset; local
4935 if (jiffies - last_reset <= dev->watchdog_timeo)
4939 last_reset = jiffies;

Completed in 688 milliseconds