Searched refs:ISCSI_MAX_LUNS (Results 1 – 4 of 4) sorted by relevance
236 if(lun > ISCSI_MAX_LUNS) { in ic_action()239 lun %= ISCSI_MAX_LUNS; in ic_action()283 cp->target_nluns = ISCSI_MAX_LUNS; // XXX: -1? in ic_getCamVals()
228 if(opt->maxluns > ISCSI_MAX_LUNS) in i_setopt()229 sp->opt.maxluns = ISCSI_MAX_LUNS; // silently chop it down ... in i_setopt()
32 #define ISCSI_MAX_LUNS 128 // don't touch this macro33 #if ISCSI_MAX_LUNS > 8146 int target_lun[ISCSI_MAX_LUNS/(sizeof(int)*8) + 1];
636 sp->opt.maxluns = ISCSI_MAX_LUNS; in i_create_session()