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

/linux-4.4.14/drivers/scsi/
H A Dgdth_proc.c191 " max_ids: \t%-3d \thdr_channel: \t%d\n", gdth_show_info()
192 max_ids, hdr_channel); gdth_show_info()
H A Dgdth.c56 * max_ids:x x - target ID count per channel (1..MAXID)
70 * max_ids:127,rescan:N,hdr_channel:0,
81 * max_ids=127 rescan=0 hdr_channel=0 shared_access=0
345 static int max_ids = MAXID; variable
362 module_param(max_ids, int, 0);
3798 else if (!strncmp(argv, "max_ids:", 8)) internal_setup()
3799 max_ids = val; internal_setup()
4764 if (max_ids > 0 && max_ids < ha->tid_cnt) gdth_isa_probe_one()
4765 ha->tid_cnt = max_ids; gdth_isa_probe_one()
4895 if (max_ids > 0 && max_ids < ha->tid_cnt) gdth_eisa_probe_one()
4896 ha->tid_cnt = max_ids; gdth_eisa_probe_one()
5023 if (max_ids > 0 && max_ids < ha->tid_cnt) gdth_pci_probe_one()
5024 ha->tid_cnt = max_ids; gdth_pci_probe_one()
/linux-4.4.14/drivers/misc/
H A Dpti.c227 * @max_ids: The max amount of available write IDs to use.
242 int max_ids, get_id()
254 for (i = 0; i < max_ids; i++) get_id()
257 if (i == max_ids) { get_id()
241 get_id(u8 *id_array, int max_ids, int base_id, const char *thread_name) get_id() argument

Completed in 147 milliseconds