Searched refs:FSG_MAX_LUNS (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Df_mass_storage.c58 * to FSG_MAX_LUNS which is 8).
412 } luns[FSG_MAX_LUNS];
2212 if (cbw->Lun >= FSG_MAX_LUNS || cbw->Flags & ~USB_BULK_IN_FLAG ||
2675 if (nluns < 1 || nluns > FSG_MAX_LUNS) {
3040 char *file[FSG_MAX_LUNS];
3041 int ro[FSG_MAX_LUNS];
3042 int removable[FSG_MAX_LUNS];
3043 int cdrom[FSG_MAX_LUNS];
3087 (unsigned)FSG_MAX_LUNS);
H A Dfile_storage.c208 char *file[FSG_MAX_LUNS];
209 int ro[FSG_MAX_LUNS];
210 int nofua[FSG_MAX_LUNS];
2523 if (cbw->Lun >= FSG_MAX_LUNS || cbw->Flags & ~USB_BULK_IN_FLAG ||
3261 if (i > FSG_MAX_LUNS) {
H A Dstorage_common.c315 #define FSG_MAX_LUNS 8 macro

Completed in 140 milliseconds