Searched refs:setup_hostid (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dmac_scsi.c80 static int setup_hostid = -1; variable
157 setup_hostid = ints[4];
223 if (setup_hostid >= 0)
224 tpnt->this_id = setup_hostid;
H A Dsun3_scsi.c121 static int setup_hostid = -1; variable
122 module_param(setup_hostid, int, 0);
227 if (setup_hostid >= 0)
228 tpnt->this_id = setup_hostid;
H A Dsun3_scsi_vme.c83 static int setup_hostid = -1; variable
84 module_param(setup_hostid, int, 0);
172 if (setup_hostid >= 0)
173 tpnt->this_id = setup_hostid;
H A Dmac_esp.c84 static int setup_hostid = -1; variable
232 setup_hostid = opt;
336 if (setup_hostid >= 0)
337 tpnt->this_id = setup_hostid;
H A Datari_scsi.c248 static int setup_hostid = -1; variable
249 module_param(setup_hostid, int, 0);
579 if (setup_hostid >= 0)
580 host->this_id = setup_hostid;
757 setup_hostid = ints[4];

Completed in 77 milliseconds