Home
last modified time | relevance | path

Searched refs:enclosure (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-class-scsi_host78 em_message_type: (RO) Displays the current enclosure management
104 (RW) Allows access to AHCI EM (enclosure management) buffer
119 (RO) Displays supported enclosure management message types.
/Linux-v5.15/include/linux/
Denclosure.h127 int enclosure_add_device(struct enclosure_device *enclosure, int component,
/Linux-v5.15/drivers/misc/
DMakefile22 obj-$(CONFIG_ENCLOSURE_SERVICES) += enclosure.o
DKconfig164 or a SCSI enclosure device (SES) to use these services.
/Linux-v5.15/drivers/message/fusion/
Dmptsas.c119 struct mptsas_enclosure *enclosure, u32 form, u32 form_specific);
1371 mptsas_sas_enclosure_pg0(MPT_ADAPTER *ioc, struct mptsas_enclosure *enclosure, in mptsas_sas_enclosure_pg0() argument
1418 enclosure->enclosure_logical_id = le64_to_cpu(le_identifier); in mptsas_sas_enclosure_pg0()
1419 enclosure->enclosure_handle = le16_to_cpu(buffer->EnclosureHandle); in mptsas_sas_enclosure_pg0()
1420 enclosure->flags = le16_to_cpu(buffer->Flags); in mptsas_sas_enclosure_pg0()
1421 enclosure->num_slot = le16_to_cpu(buffer->NumSlots); in mptsas_sas_enclosure_pg0()
1422 enclosure->start_slot = le16_to_cpu(buffer->StartSlot); in mptsas_sas_enclosure_pg0()
1423 enclosure->start_id = buffer->StartTargetID; in mptsas_sas_enclosure_pg0()
1424 enclosure->start_channel = buffer->StartBus; in mptsas_sas_enclosure_pg0()
1425 enclosure->sep_id = buffer->SEPTargetID; in mptsas_sas_enclosure_pg0()
[all …]
/Linux-v5.15/Documentation/driver-api/
Dvfio.rst56 function enclosure. While the IOMMU may be able to distinguish
57 between devices within the enclosure, the enclosure may not require
/Linux-v5.15/Documentation/scsi/
Daic79xx.rst173 enclosure services device.
/Linux-v5.15/drivers/message/fusion/lsi/
Dmpi_history.txt448 * Added new fields in SAS Device Page 2 for enclosure
/Linux-v5.15/drivers/scsi/
DKconfig183 it has an enclosure device. Selecting this option will just allow
184 certain enclosure conditions to be reported and is not required.