Lines Matching defs:sdebug_num_tgts
753 static int sdebug_num_tgts = DEF_NUM_TGTS; /* targets per host */
901 (sdebug_num_tgts > hpnt->this_id))
902 hpnt->max_id = sdebug_num_tgts + 1;
904 hpnt->max_id = sdebug_num_tgts;
5642 module_param_named(num_tgts, sdebug_num_tgts, int, S_IRUGO | S_IWUSR);
5795 sdebug_num_tgts, "shared (ram) ", sdebug_dev_size_mb,
6075 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_num_tgts);
6083 sdebug_num_tgts = n;
6702 if (sdebug_num_tgts < 0) {
7072 devs_per_host = sdebug_num_tgts * sdebug_max_luns;
7479 if ((hpnt->this_id >= 0) && (sdebug_num_tgts > hpnt->this_id))
7480 hpnt->max_id = sdebug_num_tgts + 1;
7482 hpnt->max_id = sdebug_num_tgts;