Home
last modified time | relevance | path

Searched refs:eeh_jif (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_os.c7307 if (time_after_eq(jiffies, ha->eeh_jif + ql2xdelay_before_pci_error_handling * HZ) && in qla_wind_down_chip()
7316 ha->eeh_jif = jiffies; in qla_wind_down_chip()
7319 time_after_eq(jiffies, ha->eeh_jif + 5 * HZ)) { in qla_wind_down_chip()
7936 ha->eeh_jif = jiffies; in qla_pci_set_eeh_busy()
Dqla_def.h4099 unsigned long eeh_jif; member