Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/qla2xxx/
Dqla_os.c7360 if (time_after_eq(jiffies, ha->eeh_jif + ql2xdelay_before_pci_error_handling * HZ) && in qla_wind_down_chip()
7369 ha->eeh_jif = jiffies; in qla_wind_down_chip()
7372 time_after_eq(jiffies, ha->eeh_jif + 5 * HZ)) { in qla_wind_down_chip()
7986 ha->eeh_jif = jiffies; in qla_pci_set_eeh_busy()
Dqla_def.h4185 unsigned long eeh_jif; member