| /linux-6.15/drivers/usb/gadget/function/ |
| H A D | f_mass_storage.h | 17 unsigned int luns; /* nluns */ member 43 _FSG_MODULE_PARAM(prefix, params, luns, uint, \ 98 struct fsg_lun_config luns[FSG_MAX_LUNS]; member
|
| H A D | f_mass_storage.c | 260 struct fsg_lun *luns[FSG_MAX_LUNS]; member 451 while (i >= 0 && !common->luns[i]) in _fsg_common_get_max_lun() 2389 if (common->luns[i]) in do_set_interface() 2493 curlun = common->luns[i]; in handle_exception() 2715 memset(common->luns, 0, sizeof(common->luns)); in fsg_common_setup() 2792 if (common->luns[i]) { in _fsg_common_remove_luns() 2794 common->luns[i] = NULL; in _fsg_common_remove_luns() 2882 if (common->luns[id]) in fsg_common_create_lun() 2920 common->luns[id] = lun; in fsg_common_create_lun() 2947 common->luns[id] = NULL; in fsg_common_create_lun() [all …]
|
| H A D | f_tcm.c | 429 int luns; in usbg_bot_setup() local 442 luns = atomic_read(&fu->tpg->tpg_port_count); in usbg_bot_setup() 443 if (!luns) { in usbg_bot_setup() 447 luns--; in usbg_bot_setup() 448 if (luns > US_BULK_MAX_LUN_LIMIT) { in usbg_bot_setup() 450 luns = US_BULK_MAX_LUN_LIMIT; in usbg_bot_setup() 453 *ret_lun = luns; in usbg_bot_setup()
|
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_mem.c | 285 while (!list_empty(&phba->luns)) { in lpfc_mem_free() 286 device_data = list_first_entry(&phba->luns, in lpfc_mem_free()
|
| H A D | lpfc_scsi.c | 6269 &phba->luns, in lpfc_sdev_init() 6284 list_add_tail(&device_data->listentry, &phba->luns); in lpfc_sdev_init() 6577 list_for_each_entry(lun_info, &phba->luns, listentry) { in lpfc_find_next_oas_lun() 6659 lun_info = __lpfc_get_device_data(phba, &phba->luns, vport_wwpn, in lpfc_enable_oas_lun() 6676 list_add_tail(&lun_info->listentry, &phba->luns); in lpfc_enable_oas_lun() 6720 &phba->luns, vport_wwpn, in lpfc_disable_oas_lun()
|
| H A D | lpfc.h | 1457 struct list_head luns; member
|
| H A D | lpfc_init.c | 7713 INIT_LIST_HEAD(&phba->luns); in lpfc_setup_driver_resource_phase1()
|
| /linux-6.15/Documentation/usb/ |
| H A D | mass-storage.rst | 43 be silently ignored. See also “luns” parameter. 123 - luns=N 130 in “file” argument is greater then the value of “luns”, all excess
|
| H A D | gadget-testing.rst | 325 created by default. A maximum of 8 luns can be specified and they all must be 327 Probably a good convention is to name the luns "lun.<number>",
|
| /linux-6.15/drivers/usb/gadget/legacy/ |
| H A D | nokia.c | 36 .luns = 2,
|
| /linux-6.15/Documentation/scsi/ |
| H A D | sym53c8xx_2.rst | 294 - target 2 all luns on controller 0 --> 15 295 - target 3 all luns on controller 0 --> 15 296 - target 4 all luns on controller 0 --> 7 1061 0x00000100 - scan luns 1161 | | ---------------------------------- scan luns 0 - off
|
| H A D | aic79xx.rst | 88 - Correct non-zero luns on Rev B. hardware. 500 manually probing non-contiguous luns.
|
| H A D | ncr53c8xx.rst | 314 - target 2 all luns on controller 0 --> 15 315 - target 3 all luns on controller 0 --> 15 316 - target 4 all luns on controller 0 --> 7 1988 0x00000100 - scan luns 2094 | | ---------------------------------- scan luns 0 - off
|
| H A D | ChangeLog.lpfc | 15 * Fix for issue where not all luns are seen. Search all lists 17 to luns on nodes in NPR or other relevant states (PLOGI, 477 midlayer to mark report luns as failing even though it 575 * Fix array discovery with multiple luns. The max_luns was 0 at
|
| /linux-6.15/drivers/scsi/aacraid/ |
| H A D | aachba.c | 1907 int luns; in aac_free_safw_all_identify_resp() local 1912 luns = aac_get_safw_phys_lun_count(dev); in aac_free_safw_all_identify_resp() 1914 if (luns < lun_count) in aac_free_safw_all_identify_resp() 1915 lun_count = luns; in aac_free_safw_all_identify_resp() 1917 lun_count = luns; in aac_free_safw_all_identify_resp()
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-driver-ufs | 1326 Description: This entry shows the maximum number of luns that can support
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 7726 j = NO_REPORT_LUNS (don't use report luns
|