/linux-6.3-rc2/drivers/usb/gadget/function/ |
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
|
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() 2373 if (common->luns[i]) in do_set_interface() 2477 curlun = common->luns[i]; in handle_exception() 2699 memset(common->luns, 0, sizeof(common->luns)); in fsg_common_setup() 2776 if (common->luns[i]) { in _fsg_common_remove_luns() 2778 common->luns[i] = NULL; in _fsg_common_remove_luns() 2866 if (common->luns[id]) in fsg_common_create_lun() 2904 common->luns[id] = lun; in fsg_common_create_lun() 2935 common->luns[id] = NULL; in fsg_common_create_lun() [all …]
|
A D | f_tcm.c | 426 int luns; in usbg_bot_setup() local 439 luns = atomic_read(&fu->tpg->tpg_port_count); in usbg_bot_setup() 440 if (!luns) { in usbg_bot_setup() 448 luns--; in usbg_bot_setup() 449 if (luns > 0xf) { in usbg_bot_setup() 451 luns = 0xf; in usbg_bot_setup() 454 *ret_lun = luns; in usbg_bot_setup()
|
/linux-6.3-rc2/drivers/scsi/cxlflash/ |
A D | superpipe.h | 105 struct list_head luns; /* LUNs attached to this context */ member
|
A D | superpipe.c | 219 list_for_each_entry(lun_access, &ctxi->luns, list) in get_context() 757 WARN_ON(!list_empty(&ctxi->luns)); in destroy_context() 843 INIT_LIST_HEAD(&ctxi->luns); in init_context() 936 list_for_each_entry_safe(lun_access, t, &ctxi->luns, list) in _cxlflash_disk_detach() 1028 list_for_each_entry_safe(lun_access, t, &ctxi->luns, list) in cxlflash_cxl_release() 1370 list_for_each_entry(lun_access, &ctxi->luns, list) in cxlflash_disk_attach() 1400 list_add(&lun_access->list, &ctxi->luns); in cxlflash_disk_attach() 1459 list_add(&lun_access->list, &ctxi->luns); in cxlflash_disk_attach()
|
A D | vlun.c | 1247 list_for_each_entry(lun_access_src, &ctxi_src->luns, list) { in cxlflash_disk_clone() 1249 list_for_each_entry(lun_access_dst, &ctxi_dst->luns, list) in cxlflash_disk_clone() 1322 list_splice(&sidecar, &ctxi_dst->luns); in cxlflash_disk_clone()
|
/linux-6.3-rc2/Documentation/usb/ |
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
|
A D | gadget-testing.rst | 316 created by default. A maximum of 8 luns can be specified and they all must be 318 Probably a good convention is to name the luns "lun.<number>",
|
/linux-6.3-rc2/drivers/scsi/lpfc/ |
A D | lpfc_mem.c | 262 while (!list_empty(&phba->luns)) { in lpfc_mem_free() 263 device_data = list_first_entry(&phba->luns, in lpfc_mem_free()
|
A D | lpfc_scsi.c | 6275 &phba->luns, in lpfc_slave_alloc() 6290 list_add_tail(&device_data->listentry, &phba->luns); in lpfc_slave_alloc() 6582 list_for_each_entry(lun_info, &phba->luns, listentry) { in lpfc_find_next_oas_lun() 6664 lun_info = __lpfc_get_device_data(phba, &phba->luns, vport_wwpn, in lpfc_enable_oas_lun() 6681 list_add_tail(&lun_info->listentry, &phba->luns); in lpfc_enable_oas_lun() 6725 &phba->luns, vport_wwpn, in lpfc_disable_oas_lun()
|
A D | lpfc.h | 1468 struct list_head luns; member
|
A D | lpfc_init.c | 7774 INIT_LIST_HEAD(&phba->luns); in lpfc_setup_driver_resource_phase1()
|
/linux-6.3-rc2/drivers/usb/gadget/legacy/ |
A D | nokia.c | 36 .luns = 2,
|
/linux-6.3-rc2/Documentation/scsi/ |
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
|
A D | aic79xx.rst | 88 - Correct non-zero luns on Rev B. hardware. 500 manually probing non-contiguous luns.
|
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
|
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.3-rc2/drivers/scsi/aacraid/ |
A D | aachba.c | 1908 int luns; in aac_free_safw_all_identify_resp() local 1913 luns = aac_get_safw_phys_lun_count(dev); in aac_free_safw_all_identify_resp() 1915 if (luns < lun_count) in aac_free_safw_all_identify_resp() 1916 lun_count = luns; in aac_free_safw_all_identify_resp() 1918 lun_count = luns; in aac_free_safw_all_identify_resp()
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-driver-ufs | 1275 Description: This entry shows the maximum number of luns that can support
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | kernel-parameters.txt | 6675 j = NO_REPORT_LUNS (don't use report luns
|