Searched refs:luns (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_mass_storage.h | 16 unsigned int luns; /* nluns */ member 42 _FSG_MODULE_PARAM(prefix, params, luns, uint, \ 107 struct fsg_lun_config luns[FSG_MAX_LUNS]; member
|
D | f_mass_storage.c | 283 struct fsg_lun *luns[FSG_MAX_LUNS]; member 494 int i = ARRAY_SIZE(common->luns) - 1; in _fsg_common_get_max_lun() 496 while (i >= 0 && !common->luns[i]) in _fsg_common_get_max_lun() 2143 if (cbw->Lun >= ARRAY_SIZE(common->luns) || in received_cbw() 2172 if (common->lun < ARRAY_SIZE(common->luns)) in received_cbw() 2173 common->curlun = common->luns[common->lun]; in received_cbw() 2320 for (i = 0; i < ARRAY_SIZE(common->luns); ++i) in do_set_interface() 2321 if (common->luns[i]) in do_set_interface() 2322 common->luns[i]->unit_attention_data = in do_set_interface() 2422 for (i = 0; i < ARRAY_SIZE(common->luns); ++i) { in handle_exception() [all …]
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_mem.c | 267 while (!list_empty(&phba->luns)) { in lpfc_mem_free() 268 device_data = list_first_entry(&phba->luns, in lpfc_mem_free()
|
D | lpfc_scsi.c | 5416 &phba->luns, in lpfc_slave_alloc() 5429 list_add_tail(&device_data->listentry, &phba->luns); in lpfc_slave_alloc() 5711 list_for_each_entry(lun_info, &phba->luns, listentry) { in lpfc_find_next_oas_lun() 5791 lun_info = __lpfc_get_device_data(phba, &phba->luns, vport_wwpn, in lpfc_enable_oas_lun() 5806 list_add_tail(&lun_info->listentry, &phba->luns); in lpfc_enable_oas_lun() 5849 &phba->luns, vport_wwpn, in lpfc_disable_oas_lun()
|
D | lpfc.h | 993 struct list_head luns; member
|
D | lpfc_init.c | 5653 INIT_LIST_HEAD(&phba->luns); in lpfc_setup_driver_resource_phase1()
|
/linux-4.1.27/drivers/staging/i2o/ |
D | README | 90 o Find the right way to associate drives/luns/busses
|
/linux-4.1.27/Documentation/usb/ |
D | mass-storage.txt | 37 be silently ignored. See also “luns” parameter. 117 - luns=N 124 in “file” argument is greater then the value of “luns”, all excess
|
D | gadget-testing.txt | 268 created by default. A maximum of 8 luns can be specified and they all must be 270 Probably a good convention is to name the luns "lun.<number>",
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
D | tcm_usb_gadget.c | 437 int luns; in usbg_bot_setup() local 450 luns = atomic_read(&fu->tpg->tpg_port_count); in usbg_bot_setup() 451 if (!luns) { in usbg_bot_setup() 459 luns--; in usbg_bot_setup() 460 if (luns > 0xf) { in usbg_bot_setup() 462 luns = 0xf; in usbg_bot_setup() 465 *ret_lun = luns; in usbg_bot_setup()
|
/linux-4.1.27/Documentation/scsi/ |
D | sym53c8xx_2.txt | 250 - target 2 all luns on controller 0 --> 15 251 - target 3 all luns on controller 0 --> 15 252 - target 4 all luns on controller 0 --> 7 896 0x00000100 - scan luns 996 | | ---------------------------------- scan luns 0 - off
|
D | aic79xx.txt | 78 - Correct non-zero luns on Rev B. hardware. 408 manually probing non-contiguous luns.
|
D | ncr53c8xx.txt | 279 - target 2 all luns on controller 0 --> 15 280 - target 3 all luns on controller 0 --> 15 281 - target 4 all luns on controller 0 --> 7 1649 0x00000100 - scan luns 1749 | | ---------------------------------- scan luns 0 - off
|
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-4.1.27/Documentation/ |
D | kernel-parameters.txt | 3811 j = NO_REPORT_LUNS (don't use report luns
|