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

/freebsd-10.0-release/sys/dev/iscsi_initiator/
H A Disc_cam.c251 if(lun > ISCSI_MAX_LUNS) {
253 xdebug("lun %d > ISCSI_MAX_LUNS!\n", lun);
254 lun %= ISCSI_MAX_LUNS;
298 cp->target_nluns = ISCSI_MAX_LUNS; // XXX: -1?
H A Disc_subr.c228 if(opt->maxluns > ISCSI_MAX_LUNS)
229 sp->opt.maxluns = ISCSI_MAX_LUNS; // silently chop it down ...
H A Discsivar.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];
H A Discsi.c636 sp->opt.maxluns = ISCSI_MAX_LUNS;

Completed in 71 milliseconds