Searched refs:event_thres (Results 1 - 2 of 2) sorted by last modified time

/linux-master/include/scsi/
H A Dlibsas.h381 int event_thres; member in struct:sas_ha_struct
/linux-master/drivers/scsi/libsas/
H A Dsas_init.c109 sas_ha->event_thres = SAS_PHY_SHUTDOWN_THRES;
595 return scnprintf(buf, PAGE_SIZE, "%u\n", sha->event_thres);
605 sha->event_thres = simple_strtol(buf, NULL, 10);
608 if (sha->event_thres < 32)
609 sha->event_thres = 32;
652 if (atomic_read(&phy->event_nr) > phy->ha->event_thres) {

Completed in 162 milliseconds