Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/cio/
Ddevice_ops.c427 int ciw_cnt; in ccw_device_get_ciw() local
431 for (ciw_cnt = 0; ciw_cnt < MAX_CIWS; ciw_cnt++) in ccw_device_get_ciw()
432 if (cdev->private->senseid.ciw[ciw_cnt].ct == ct) in ccw_device_get_ciw()
433 return cdev->private->senseid.ciw + ciw_cnt; in ccw_device_get_ciw()