Home
last modified time | relevance | path

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

/openbmc/qemu/hw/s390x/
H A D3270-ccw.c121 if (chpid > MAX_CHPID) { in emulated_ccw_3270_realize()
H A Dcss.c289 ChpInfo chpids[MAX_CHPID + 1];
298 VMSTATE_STRUCT_ARRAY(chpids, CssImage, MAX_CHPID + 1, 0,
2036 return MAX_CHPID + 1; in css_find_free_chpid()
2039 for (chpid = 0; chpid <= MAX_CHPID; chpid++) { in css_find_free_chpid()
2048 return MAX_CHPID + 1; in css_find_free_chpid()
/openbmc/qemu/include/hw/s390x/
H A Dcss.h26 #define MAX_CHPID 255 macro