Home
last modified time | relevance | path

Searched refs:max_ids (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/misc/
Dpti.c234 int max_ids, in get_id() argument
246 for (i = 0; i < max_ids; i++) in get_id()
249 if (i == max_ids) { in get_id()
/Linux-v5.4/drivers/scsi/
Dgdth_proc.c204 max_ids, hdr_channel); in gdth_show_info()
Dgdth.c236 static int max_ids = MAXID; variable
250 module_param(max_ids, int, 0);
3202 max_ids = val; in internal_setup()
4149 if (max_ids > 0 && max_ids < ha->tid_cnt) in gdth_pci_probe_one()
4150 ha->tid_cnt = max_ids; in gdth_pci_probe_one()