Home
last modified time | relevance | path

Searched refs:last_reset (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/scsi/
H A Dscsi_error.c100 if (!shost->last_reset || shost->eh_deadline == -1) in scsi_host_eh_past_deadline()
110 if (time_before(jiffies, shost->last_reset + shost->eh_deadline) && in scsi_host_eh_past_deadline()
194 shost->last_reset = 0; in scmd_eh_abort_handler()
251 if (shost->eh_deadline != -1 && !shost->last_reset) in scsi_abort_command()
252 shost->last_reset = jiffies; in scsi_abort_command()
312 if (shost->eh_deadline != -1 && !shost->last_reset) in scsi_eh_scmd_add()
313 shost->last_reset = jiffies; in scsi_eh_scmd_add()
344 if (host->eh_deadline != -1 && !host->last_reset) in scsi_timeout()
345 host->last_reset = jiffies; in scsi_timeout()
2295 shost->last_reset = 0; in scsi_unjam_host()
H A Ddc395x.c236 unsigned long last_reset; member
675 if (time_before(jiffies + to, acb->last_reset - HZ / 2)) in waiting_set_timer()
677 acb->last_reset - HZ / 2 + 1; in waiting_set_timer()
992 acb->last_reset = in __dc395x_eh_bus_reset()
1111 (jiffies + HZ, acb->last_reset + HZ / 2))
1113 acb->last_reset + HZ / 2 + 1;
1172 if (time_before(jiffies, acb->last_reset - HZ / 2)) in start_scsi()
2453 acb->last_reset = in disconnect()
2471 acb->last_reset = jiffies + HZ / 2 + 1; in disconnect()
2915 acb->last_reset = in scsi_reset_detect()
[all …]
H A Dadvansys.c3152 boardp->flags, shost->last_reset, jiffies, in asc_prt_driver_conf()
/linux/net/batman-adv/
H A Drouting.h50 s32 seq_old_max_diff, unsigned long *last_reset,
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00debug.c558 static unsigned long last_reset = INITIAL_JIFFIES; in rt2x00debug_write_restart_hw() local
563 if (time_before(jiffies, last_reset + msecs_to_jiffies(2000))) in rt2x00debug_write_restart_hw()
566 last_reset = jiffies; in rt2x00debug_write_restart_hw()
/linux/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h226 unsigned long last_reset; member
/linux/drivers/media/dvb-frontends/
H A Dlg2160.c48 unsigned int last_reset; member
178 state->last_reset = jiffies_to_msecs(jiffies); in lg216x_soft_reset()
1027 ((jiffies_to_msecs(jiffies) - state->last_reset) > 6000)) in lg216x_get_frontend()
/linux/include/scsi/
H A Dscsi_host.h597 unsigned long last_reset; member
/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.h278 unsigned long last_reset; member
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf.h373 unsigned long last_reset; member
H A Dixgbevf_main.c2598 adapter->last_reset = jiffies; in ixgbevf_reset()
3296 if (err && time_after(jiffies, adapter->last_reset + (10 * HZ))) { in ixgbevf_watchdog_update_link()
/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k.h359 unsigned long last_reset; member
/linux/drivers/ata/
H A Dlibata-eh.c2838 WARN_ON(time_after(ehc->last_reset, now)); in ata_eh_reset()
2839 deadline = ata_deadline(ehc->last_reset, in ata_eh_reset()
2951 ehc->last_reset = jiffies; in ata_eh_reset()
3127 ehc->last_reset = jiffies; /* update to completion time */ in ata_eh_reset()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c254 unsigned long last_reset; member
1552 dsi->irq_stats.last_reset = jiffies; in dsi_dump_dsidev_irqs()
1557 jiffies_to_msecs(jiffies - stats->last_reset)); in dsi_dump_dsidev_irqs()
5282 dsi->irq_stats.last_reset = jiffies; in dsi_bind()
/linux/drivers/net/ethernet/micrel/
H A Dksz884x.c4528 static unsigned long last_reset; in netdev_tx_timeout() local
4540 if (time_before_eq(jiffies, last_reset + dev->watchdog_timeo)) in netdev_tx_timeout()
4544 last_reset = jiffies; in netdev_tx_timeout()
/linux/include/linux/
H A Dlibata.h831 unsigned long last_reset; member