Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/misc/
Dpti.c242 int max_ids, in get_id() argument
254 for (i = 0; i < max_ids; i++) in get_id()
257 if (i == max_ids) { in get_id()
/linux-3.4.99/drivers/scsi/
Dgdth.c345 static int max_ids = MAXID; variable
362 module_param(max_ids, int, 0);
3807 max_ids = val; in internal_setup()
4771 if (max_ids > 0 && max_ids < ha->tid_cnt) in gdth_isa_probe_one()
4772 ha->tid_cnt = max_ids; in gdth_isa_probe_one()
4902 if (max_ids > 0 && max_ids < ha->tid_cnt) in gdth_eisa_probe_one()
4903 ha->tid_cnt = max_ids; in gdth_eisa_probe_one()
5031 if (max_ids > 0 && max_ids < ha->tid_cnt) in gdth_pci_probe_one()
5032 ha->tid_cnt = max_ids; in gdth_pci_probe_one()
Dgdth_proc.c210 max_ids, hdr_channel); in gdth_get_info()