Searched refs:CIW (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/include/hw/s390x/ |
| H A D | css.h | 35 typedef struct CIW { struct 39 } QEMU_PACKED CIW; argument 50 CIW ciw[MAX_CIWS]; /* variable # of CIWs */
|
| /openbmc/qemu/hw/s390x/ |
| H A D | css.c | 144 VMSTATE_UINT8(type, CIW), 145 VMSTATE_UINT8(command, CIW), 146 VMSTATE_UINT16(count, CIW), 162 VMSTATE_STRUCT_ARRAY(ciw, SenseId, MAX_CIWS, 0, vmstate_ciw, CIW),
|