Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/qla2xxx/
Dqla_os.c7279 if (time_after_eq(jiffies, ha->eeh_jif + ql2xdelay_before_pci_error_handling * HZ) && in qla_wind_down_chip()
7288 ha->eeh_jif = jiffies; in qla_wind_down_chip()
7291 time_after_eq(jiffies, ha->eeh_jif + 5 * HZ)) { in qla_wind_down_chip()
7908 ha->eeh_jif = jiffies; in qla_pci_set_eeh_busy()
Dqla_def.h4088 unsigned long eeh_jif; member