ISCSI_MAX_LUNS
_inq(sim, ccb, (sp? sp->opt.maxluns: ISCSI_MAX_LUNS) - 1);
if(opt->maxluns > ISCSI_MAX_LUNS)
sp->opt.maxluns = ISCSI_MAX_LUNS; // silently chop it down ...
lun_id_t target_lun[ISCSI_MAX_LUNS];
if(sp->target_nluns < ISCSI_MAX_LUNS)
lun_id_t target_lun[ISCSI_MAX_LUNS];