Home
last modified time | relevance | path

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

/drivers/s390/cio/
Ddevice_ops.c431 int ciw_cnt; in ccw_device_get_ciw() local
435 for (ciw_cnt = 0; ciw_cnt < MAX_CIWS; ciw_cnt++) in ccw_device_get_ciw()
436 if (cdev->private->senseid.ciw[ciw_cnt].ct == ct) in ccw_device_get_ciw()
437 return cdev->private->senseid.ciw + ciw_cnt; in ccw_device_get_ciw()