Searched defs:luns (Results 1 - 4 of 4) sorted by relevance

/drivers/usb/gadget/function/
H A Df_mass_storage.h16 unsigned int luns; /* nluns */ member in struct:fsg_module_parameters
42 _FSG_MODULE_PARAM(prefix, params, luns, uint, \
107 struct fsg_lun_config luns[FSG_MAX_LUNS]; member in struct:fsg_config
H A Df_mass_storage.c58 * luns An array of LUN configuration values. This
284 struct fsg_lun **luns; member in struct:fsg_common
2163 common->curlun = common->luns[common->lun];
2311 if (common->luns[i])
2312 common->luns[i]->unit_attention_data =
2413 curlun = common->luns[i];
2457 /* if (common->luns[i]) */
2458 /* common->luns[i]->unit_attention_data = */
2555 struct fsg_lun **curlun_it = common->luns;
2792 if (common->luns[
[all...]
/drivers/usb/gadget/legacy/
H A Dtcm_usb_gadget.c437 int luns; local
450 luns = atomic_read(&fu->tpg->tpg_port_count);
451 if (!luns) {
459 luns--;
460 if (luns > 0xf) {
461 pr_info_once("Limiting the number of luns to 16\n");
462 luns = 0xf;
465 *ret_lun = luns;
/drivers/scsi/lpfc/
H A Dlpfc.h988 spinlock_t devicelock; /* lock for luns list */
990 struct list_head luns; member in struct:lpfc_hba

Completed in 2250 milliseconds