Home
last modified time | relevance | path

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

/linux/drivers/s390/cio/
H A Dio_sch.h46 #define MAX_CIWS 8 macro
108 struct ciw ciw[MAX_CIWS]; /* variable # of CIWs */
H A Ddevice_ops.c446 for (ciw_cnt = 0; ciw_cnt < MAX_CIWS; ciw_cnt++) in ccw_device_get_ciw()