Home
last modified time | relevance | path

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

/linux/drivers/scsi/libsas/
A Dsas_init.c112 sas_ha->event_thres = SAS_PHY_SHUTDOWN_THRES; in sas_register_ha()
549 return scnprintf(buf, PAGE_SIZE, "%u\n", sha->event_thres); in phy_event_threshold_show()
559 sha->event_thres = simple_strtol(buf, NULL, 10); in phy_event_threshold_store()
562 if (sha->event_thres < 32) in phy_event_threshold_store()
563 sha->event_thres = 32; in phy_event_threshold_store()
606 if (atomic_read(&phy->event_nr) > phy->ha->event_thres) { in sas_alloc_event()
/linux/include/scsi/
A Dlibsas.h399 int event_thres; member

Completed in 9 milliseconds