Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bfa/
Dbfad_drv.h350 extern int ioc_auto_recover;
Dbfad.c54 int ioc_auto_recover = BFA_TRUE; variable
126 module_param(ioc_auto_recover, int, S_IRUGO | S_IWUSR);
127 MODULE_PARM_DESC(ioc_auto_recover, "IOC auto recovery, default=1, "
1722 bfa_auto_recover = ioc_auto_recover; in bfad_init()