Lines Matching refs:reconnect
334 static int reconnect[] = {1, 1}; variable
335 module_param_array(reconnect, int, NULL, 0);
336 MODULE_PARM_DESC(reconnect,"allow targets to disconnect");
444 int reconnect; /* disconnection allowed */ member
546 #define RECONNECT (HOSTDATA(shpnt)->reconnect)
743 RECONNECT = setup->reconnect; in aha152x_probe_one()
752 if (setup->reconnect) in aha152x_probe_one()
3045 if ((setup->reconnect < 0) || (setup->reconnect > 1)) in checksetup()
3094 override.reconnect, in aha152x_init()
3115 override.reconnect, in aha152x_init()
3133 setup[setup_count].reconnect = aha152x[3]; in aha152x_init()
3143 setup[setup_count].reconnect = reconnect[0]; in aha152x_init()
3157 setup[setup_count].reconnect, in aha152x_init()
3170 setup[setup_count].reconnect = aha152x1[3]; in aha152x_init()
3180 setup[setup_count].reconnect = reconnect[1]; in aha152x_init()
3193 setup[setup_count].reconnect, in aha152x_init()
3226 setup[setup_count].reconnect = 1; in aha152x_init()
3294 setup[setup_count].reconnect = conf.cf_tardisc; in aha152x_init()
3365 setup[setup_count].reconnect = ints[0] >= 4 ? ints[4] : 1; in aha152x_setup()