Lines Matching refs:sublog
115 struct sublog *cdev_sublog, *sublog; in ccw_device_accumulate_esw() local
127 cdev_sublog = &cdev_irb->esw.esw0.sublog; in ccw_device_accumulate_esw()
128 sublog = &irb->esw.esw0.sublog; in ccw_device_accumulate_esw()
130 cdev_sublog->esf = sublog->esf; in ccw_device_accumulate_esw()
139 cdev_sublog->arep = sublog->arep; in ccw_device_accumulate_esw()
141 cdev_sublog->fvf = sublog->fvf; in ccw_device_accumulate_esw()
143 cdev_sublog->sacc = sublog->sacc; in ccw_device_accumulate_esw()
145 cdev_sublog->termc = sublog->termc; in ccw_device_accumulate_esw()
147 cdev_sublog->seqc = sublog->seqc; in ccw_device_accumulate_esw()
150 cdev_sublog->devsc = sublog->devsc; in ccw_device_accumulate_esw()
152 cdev_sublog->serr = sublog->serr; in ccw_device_accumulate_esw()
154 cdev_sublog->ioerr = sublog->ioerr; in ccw_device_accumulate_esw()