Home
last modified time | relevance | path

Searched refs:CIW (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/s390x/
H A Dcss.h35 typedef struct CIW { struct
39 } QEMU_PACKED CIW; argument
50 CIW ciw[MAX_CIWS]; /* variable # of CIWs */
/openbmc/qemu/hw/s390x/
H A Dcss.c146 VMSTATE_UINT8(type, CIW),
147 VMSTATE_UINT8(command, CIW),
148 VMSTATE_UINT16(count, CIW),
164 VMSTATE_STRUCT_ARRAY(ciw, SenseId, MAX_CIWS, 0, vmstate_ciw, CIW),