Lines Matching refs:reconnect
345 static int reconnect[] = {1, 1}; variable
346 module_param_array(reconnect, int, NULL, 0);
347 MODULE_PARM_DESC(reconnect,"allow targets to disconnect");
455 int reconnect; /* disconnection allowed */ member
557 #define RECONNECT (HOSTDATA(shpnt)->reconnect)
752 RECONNECT = setup->reconnect; in aha152x_probe_one()
761 if (setup->reconnect) in aha152x_probe_one()
3059 if ((setup->reconnect < 0) || (setup->reconnect > 1)) in checksetup()
3108 override.reconnect, in aha152x_init()
3129 override.reconnect, in aha152x_init()
3147 setup[setup_count].reconnect = aha152x[3]; in aha152x_init()
3157 setup[setup_count].reconnect = reconnect[0]; in aha152x_init()
3171 setup[setup_count].reconnect, in aha152x_init()
3184 setup[setup_count].reconnect = aha152x1[3]; in aha152x_init()
3194 setup[setup_count].reconnect = reconnect[1]; in aha152x_init()
3207 setup[setup_count].reconnect, in aha152x_init()
3240 setup[setup_count].reconnect = 1; in aha152x_init()
3308 setup[setup_count].reconnect = conf.cf_tardisc; in aha152x_init()
3379 setup[setup_count].reconnect = ints[0] >= 4 ? ints[4] : 1; in aha152x_setup()