Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/s390x/
H A Dcss.h134 uint8_t ccw_no_data_cnt; member
/openbmc/qemu/hw/s390x/
H A Dcss.c225 VMSTATE_UINT8(ccw_no_data_cnt, SubchDev),
1041 if (sch->ccw_no_data_cnt == 255) { in css_interpret_ccw()
1044 sch->ccw_no_data_cnt++; in css_interpret_ccw()
1157 sch->ccw_no_data_cnt = 0; in sch_handle_start_func_virtual()