Home
last modified time | relevance | path

Searched refs:LUN (Results 1 – 25 of 64) sorted by relevance

123

/linux/Documentation/arch/powerpc/
H A Dcxlflash.rst38 operation at the device (LUN) level:
48 partition of the LUN (referred to as virtual LUN access). The
131 CXL Flash Driver LUN IOCTLs
213 requests to use the LUN in a different mode are denied.
230 requests to use the LUN in a different mode are denied.
254 LUN and will fail if invoked upon a LUN that is not in virtual
273 reference to either a physical or virtual LUN. This can be
281 associated with the virtual LUN reference.
373 identify each LUN by its World Wide Node Name (WWNN).
398 success, the LUN ID and WWID of the created LUN will be returned and
[all …]
/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-mass-storage23 file The path to the backing file for the LUN.
24 Required if LUN is not marked as removable.
25 ro Flag specifying access to the LUN shall be
29 removable Flag specifying that LUN shall be indicated as
31 cdrom Flag specifying that LUN shall be reported as
37 file to be forcibly detached from the LUN,
H A Dsysfs-ibft13 Usually this contains the target's IP address, boot LUN,
H A Dsysfs-bus-pci-devices-cciss46 Description: Displays the 8-byte LUN ID used to address logical
/linux/drivers/scsi/isci/
H A Dsas.h85 u8 LUN[8]; member
104 u8 LUN[8]; member
/linux/Documentation/driver-api/
H A Dscsi.rst185 variable (boot or module load time) settings. A specific LUN is scanned
186 via an INQUIRY command; if the LUN has a device attached, a scsi_device
188 given host, start by scanning LUN 0. Skip hosts that don't respond at
189 all to a scan of LUN 0. Otherwise, if LUN 0 has a device attached,
191 issue a REPORT LUN, and scan all of the LUNs returned by the REPORT LUN;
192 else, sequentially scan LUNs up until some maximum is reached, or a LUN
/linux/include/linux/
H A Dipmi.h153 unsigned char LUN);
156 unsigned char *LUN);
/linux/Documentation/admin-guide/nfs/
H A Dpnfs-scsi-server.rst14 file system must sit on a SCSI LUN that is accessible to the clients in
16 exported LUN, striping or concatenation of LUNs on the MDS and clients
/linux/drivers/scsi/mpt3sas/mpi/
H A Dmpi2_init.h121 U8 LUN[8]; /*0x34 */ member
273 U8 LUN[8]; /*0x34 */ member
429 U8 LUN[8]; /*0x0C */ member
/linux/drivers/target/tcm_remote/
H A DKconfig8 of TPG/ACL/LUN on peer nodes in a cluster.
/linux/drivers/message/fusion/lsi/
H A Dmpi_init.h88 U8 LUN[8]; /* 0Ch */ member
275 U8 LUN[8]; /* 0Ch */ member
420 U8 LUN[8]; /* 0Ch */ member
H A Dmpi_targ.h343 U8 LUN[8]; /* 10h */ member
391 U8 LUN[8]; /* 10h */ member
462 U8 LUN[8]; /* 10h */ member
H A Dmpi_raid.h186 U8 LUN[8]; /* 0Ch */ member
H A Dmpi_cnfg.h1301 U8 LUN[8]; /* 10h */ member
1323 U8 LUN[8]; /* 10h */ member
1346 U8 LUN[8]; /* 10h */ member
1365 U8 LUN[8]; /* 10h */ member
1384 U8 LUN[8]; /* 10h */ member
1403 U8 LUN[8]; /* 10h */ member
/linux/drivers/scsi/
H A Dhpsa_cmd.h259 u8 LUN[HPSA_MAX_LUN][8]; member
281 struct ext_report_lun_entry LUN[HPSA_MAX_PHYS_LUN]; member
351 union LUNAddr LUN; member
493 u8 LUN[8]; /* 0x34 - 0x3B */ member
H A Dhpsa.c3128 sizeof(c->Header.LUN.LunAddrBytes)); in hpsa_cmd_dev_match()
3462 rle = &rlep->LUN[rle_index]; in hpsa_get_enclosure_info()
3605 if (physdev->LUN[i].device_type == in hpsa_ext_ctrl_present()
3815 memcpy(buf->LUN[i].lunid, lbuf->LUN[i], 8); in hpsa_scsi_do_report_phys_luns()
4169 return &physdev_list->LUN[i - in figure_lunaddrbytes()
4191 rle = &rlep->LUN[rle_index]; in hpsa_get_ioaccel_drive_info()
4220 rle = &rlep->LUN[rle_index]; in hpsa_get_path_info()
4442 &physdev_list->LUN[phys_dev_index]); in hpsa_update_scsi_devices()
6444 memcpy(&c->Header.LUN, &iocommand->LUN_info, sizeof(c->Header.LUN)); in hpsa_passthru_ioctl()
6554 memcpy(&c->Header.LUN, &ioc->LUN_info, sizeof(c->Header.LUN)); in hpsa_big_passthru_ioctl()
[all …]
/linux/Documentation/admin-guide/device-mapper/
H A Dswitch.rst21 independent controllers, disk storage and network adapters. When a LUN
26 session is connected to an eth port on a single member. Data to a LUN
43 device onto different targets. However in this architecture the LUN is
/linux/Documentation/scsi/
H A DChangeLog.sym53c8xx_270 - Set #LUN in request sense only if scsi version <= 2 and
71 #LUN <= 7.
78 - Forces the max number of tasks per LUN to at least 64.
H A Dscsi-changer.rst93 /proc/devices. If not.... some changers use ID ? / LUN 0 for the
94 device and ID ? / LUN 1 for the robot mechanism. But Linux does *not*
139 These two allow to specify the SCSI ID and LUN for the data
H A DChangeLog.ncr53c8xx256 scheme that allows up to 64 tags per LUN.
276 on a LUN that does not correspond to a real device. According to
278 around by only starting negotiation if the LUN has previously be
319 - Support for up to 64 TAGS per LUN.
320 - Rewrite the TARGET vs LUN capabilities management.
321 CmdQueue is now handled as a LUN capability as it shall be.
/linux/Documentation/target/
H A Dtarget-export-device13 Export a block device or a file as an iSCSI target with a single LUN
/linux/drivers/scsi/aic94xx/
H A Daic94xx_tmf.c221 memcpy(scb->clear_nexus.ssp_task.lun, task->ssp_task.LUN, 8); in asd_clear_nexus_tag()
443 memcpy(scb->abort_task.ssp_task.lun, task->ssp_task.LUN, 8); in asd_abort_task()
682 return asd_initiate_ssp_tmf(task->dev, task->ssp_task.LUN, in asd_query_task()
/linux/drivers/target/
H A DKconfig14 subsystem logic for virtual LUN 0 access
/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.h416 u8 LUN[8]; /*0x0C */ member
525 u8 LUN[8]; /* 0x34 */ member
887 u8 LUN[8]; /* 0x24 8 byte LUN field used for SCSI IO's */ member
/linux/Documentation/usb/
H A Dgadget-testing.rst318 and a default lun.0 directory corresponding to SCSI LUN #0.
333 file The path to the backing file for the LUN.
334 Required if LUN is not marked as removable.
335 ro Flag specifying access to the LUN shall be
339 removable Flag specifying that LUN shall be indicated as
341 cdrom Flag specifying that LUN shall be reported as
347 file to be forcibly detached from the LUN,

123