Home
last modified time | relevance | path

Searched refs:MAX_CIWS (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/s390/cio/
H A Dio_sch.h46 #define MAX_CIWS 8 macro
108 struct ciw ciw[MAX_CIWS]; /* variable # of CIWs */
H A Ddevice_ops.c442 for (ciw_cnt = 0; ciw_cnt < MAX_CIWS; ciw_cnt++) in ccw_device_get_ciw()
/openbmc/qemu/include/hw/s390x/
H A Dcss.h30 #define MAX_CIWS 62 macro
50 CIW ciw[MAX_CIWS]; /* variable # of CIWs */
/openbmc/qemu/hw/s390x/
H A Dcss.c162 VMSTATE_STRUCT_ARRAY(ciw, SenseId, MAX_CIWS, 0, vmstate_ciw, CIW),