Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/s390x/
H A Dcss.h94 uint16_t at_byte; member
298 cds->at_byte = 0; in ccw_dstream_rewind()
310 return cds->count - cds->at_byte; in ccw_dstream_residual_count()
/openbmc/qemu/hw/s390x/
H A Dcss.c811 if (cds->at_byte + len > cds->count) { in cds_check_len()
848 cds->at_byte += len; in ccw_dstream_rw_noflags()
952 cds->at_byte += iter_len; in ccw_dstream_rw_ida()