Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/bfa/
Dbfad_drv.h349 extern int ioc_auto_recover;
Dbfad.c53 int ioc_auto_recover = BFA_TRUE; variable
125 module_param(ioc_auto_recover, int, S_IRUGO | S_IWUSR);
126 MODULE_PARM_DESC(ioc_auto_recover, "IOC auto recovery, default=1, "
1729 bfa_auto_recover = ioc_auto_recover; in bfad_init()