Lines Matching defs:sdebug_num_tgts
761 static int sdebug_num_tgts = DEF_NUM_TGTS; /* targets per host */
906 (sdebug_num_tgts > hpnt->this_id))
907 hpnt->max_id = sdebug_num_tgts + 1;
909 hpnt->max_id = sdebug_num_tgts;
5742 module_param_named(num_tgts, sdebug_num_tgts, int, S_IRUGO | S_IWUSR);
5925 sdebug_num_tgts, "shared (ram) ", sdebug_dev_size_mb,
6215 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_num_tgts);
6223 sdebug_num_tgts = n;
6847 if (sdebug_num_tgts < 0) {
7208 devs_per_host = sdebug_num_tgts * sdebug_max_luns;
7764 if ((hpnt->this_id >= 0) && (sdebug_num_tgts > hpnt->this_id))
7765 hpnt->max_id = sdebug_num_tgts + 1;
7767 hpnt->max_id = sdebug_num_tgts;