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)
744 RECONNECT = setup->reconnect; in aha152x_probe_one()
753 if (setup->reconnect) in aha152x_probe_one()
3053 if ((setup->reconnect < 0) || (setup->reconnect > 1)) in checksetup()
3102 override.reconnect, in aha152x_init()
3123 override.reconnect, in aha152x_init()
3141 setup[setup_count].reconnect = aha152x[3]; in aha152x_init()
3151 setup[setup_count].reconnect = reconnect[0]; in aha152x_init()
3165 setup[setup_count].reconnect, in aha152x_init()
3178 setup[setup_count].reconnect = aha152x1[3]; in aha152x_init()
3188 setup[setup_count].reconnect = reconnect[1]; in aha152x_init()
3201 setup[setup_count].reconnect, in aha152x_init()
3234 setup[setup_count].reconnect = 1; in aha152x_init()
3302 setup[setup_count].reconnect = conf.cf_tardisc; in aha152x_init()
3373 setup[setup_count].reconnect = ints[0] >= 4 ? ints[4] : 1; in aha152x_setup()