Searched refs:__MAX_SUBCHANNEL (Results 1 – 5 of 5) sorted by relevance
40 #define __BL_DEV_WORDS ((__MAX_SUBCHANNEL + (8*sizeof(long) - 1)) / \68 if (from > __MAX_SUBCHANNEL) { in blacklist_range()117 if (val <= __MAX_SUBCHANNEL) { in parse_busid()136 ret = pure_hex(&str_work, devno, 4, 4, __MAX_SUBCHANNEL); in parse_busid()175 to = __MAX_SUBCHANNEL; in blacklist_parse_parameters()294 if (*offset >= (__MAX_SUBCHANNEL + 1) * (__MAX_SSID + 1)) in cio_ignore_proc_seq_start()297 iter->ssid = *offset / (__MAX_SUBCHANNEL + 1); in cio_ignore_proc_seq_start()298 iter->devno = *offset % (__MAX_SUBCHANNEL + 1); in cio_ignore_proc_seq_start()314 if (p >= (__MAX_SUBCHANNEL + 1) * (__MAX_SSID + 1)) in cio_ignore_proc_seq_next()317 if (iter->devno == __MAX_SUBCHANNEL) { in cio_ignore_proc_seq_next()[all …]
66 return idset_new(max_ssid + 1, __MAX_SUBCHANNEL + 1); in idset_sch_new()
16 #define __MAX_SUBCHANNEL 65535 macro
1224 #define __DEV_WORDS ((__MAX_SUBCHANNEL + (8*sizeof(long) - 1)) / \1509 ret = pure_hex(&str_work, devno, 4, 4, __MAX_SUBCHANNEL); in parse_busid()1547 if (from > __MAX_SUBCHANNEL) { in no_auto_parse()
225 if (ssid > __MAX_SSID || devno > __MAX_SUBCHANNEL) \