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()
3060 if ((setup->reconnect < 0) || (setup->reconnect > 1)) in checksetup()
3109 override.reconnect, in aha152x_init()
3130 override.reconnect, in aha152x_init()
3148 setup[setup_count].reconnect = aha152x[3]; in aha152x_init()
3158 setup[setup_count].reconnect = reconnect[0]; in aha152x_init()
3172 setup[setup_count].reconnect, in aha152x_init()
3185 setup[setup_count].reconnect = aha152x1[3]; in aha152x_init()
3195 setup[setup_count].reconnect = reconnect[1]; in aha152x_init()
3208 setup[setup_count].reconnect, in aha152x_init()
3241 setup[setup_count].reconnect = 1; in aha152x_init()
3309 setup[setup_count].reconnect = conf.cf_tardisc; in aha152x_init()
3380 setup[setup_count].reconnect = ints[0] >= 4 ? ints[4] : 1; in aha152x_setup()