Home
last modified time | relevance | path

Searched refs:__MAX_SUBCHANNEL (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/s390/cio/
H A Dblacklist.c40 #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 …]
H A Didset.c66 return idset_new(max_ssid + 1, __MAX_SUBCHANNEL + 1); in idset_sch_new()
/linux/arch/s390/include/asm/
H A Dcio.h16 #define __MAX_SUBCHANNEL 65535 macro
/linux/drivers/s390/virtio/
H A Dvirtio_ccw.c1224 #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()
/linux/arch/s390/kernel/
H A Dipl.c225 if (ssid > __MAX_SSID || devno > __MAX_SUBCHANNEL) \