Home
last modified time | relevance | path

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

/NextBSD/sys/dev/iscsi_initiator/
HDisc_cam.c236 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()
HDisc_subr.c228 if(opt->maxluns > ISCSI_MAX_LUNS) in i_setopt()
229 sp->opt.maxluns = ISCSI_MAX_LUNS; // silently chop it down ... in i_setopt()
HDiscsivar.h32 #define ISCSI_MAX_LUNS 128 // don't touch this macro
33 #if ISCSI_MAX_LUNS > 8
146 int target_lun[ISCSI_MAX_LUNS/(sizeof(int)*8) + 1];
HDiscsi.c636 sp->opt.maxluns = ISCSI_MAX_LUNS; in i_create_session()