Lines Matching refs:reconnect
352 static int reconnect[] = {1, 1}; variable
353 module_param_array(reconnect, int, NULL, 0);
354 MODULE_PARM_DESC(reconnect,"allow targets to disconnect");
462 int reconnect; /* disconnection allowed */ member
564 #define RECONNECT (HOSTDATA(shpnt)->reconnect)
762 RECONNECT = setup->reconnect; in aha152x_probe_one()
771 if (setup->reconnect) in aha152x_probe_one()
3098 if ((setup->reconnect < 0) || (setup->reconnect > 1)) in checksetup()
3147 override.reconnect, in aha152x_init()
3168 override.reconnect, in aha152x_init()
3186 setup[setup_count].reconnect = aha152x[3]; in aha152x_init()
3196 setup[setup_count].reconnect = reconnect[0]; in aha152x_init()
3210 setup[setup_count].reconnect, in aha152x_init()
3223 setup[setup_count].reconnect = aha152x1[3]; in aha152x_init()
3233 setup[setup_count].reconnect = reconnect[1]; in aha152x_init()
3246 setup[setup_count].reconnect, in aha152x_init()
3279 setup[setup_count].reconnect = 1; in aha152x_init()
3347 setup[setup_count].reconnect = conf.cf_tardisc; in aha152x_init()
3418 setup[setup_count].reconnect = ints[0] >= 4 ? ints[4] : 1; in aha152x_setup()