MAX_CCB
if (max_ccb > MAX_CCB)
max_ccb = MAX_CCB;
#define MAX_OPEN (MAX_CCB * MAX_ILO_DEV)
struct ccb_data *ccb_alloc[MAX_CCB];