Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/bfa/
H A Dbfad_drv.h341 extern int ioc_auto_recover;
H A Dbfad.c46 int ioc_auto_recover = BFA_TRUE; variable
118 module_param(ioc_auto_recover, int, S_IRUGO | S_IWUSR);
119 MODULE_PARM_DESC(ioc_auto_recover, "IOC auto recovery, default=1, "
1704 bfa_auto_recover = ioc_auto_recover; in bfad_init()