Home
last modified time | relevance | path

Searched refs:ioc_reset_count (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_base.h986 u32 ioc_reset_count; member
Dmpt3sas_ctl.c2754 return snprintf(buf, PAGE_SIZE, "%d\n", ioc->ioc_reset_count); in _ctl_ioc_reset_count_show()
2756 static DEVICE_ATTR(ioc_reset_count, S_IRUGO, _ctl_ioc_reset_count_show, NULL);
Dmpt3sas_base.c5617 ioc->ioc_reset_count++; in mpt3sas_base_hard_reset_handler()