Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-class-scsi_host77 em_message_type: (RO) Displays the current enclosure management
103 (RW) Allows access to AHCI EM (enclosure management) buffer
118 (RO) Displays supported enclosure management message types.
/Linux-v5.4/include/linux/
Denclosure.h127 int enclosure_add_device(struct enclosure_device *enclosure, int component,
/Linux-v5.4/drivers/misc/
DMakefile24 obj-$(CONFIG_ENCLOSURE_SERVICES) += enclosure.o
DKconfig186 or a SCSI enclosure device (SES) to use these services.
/Linux-v5.4/drivers/message/fusion/
Dmptsas.c119 struct mptsas_enclosure *enclosure, u32 form, u32 form_specific);
1343 mptsas_sas_enclosure_pg0(MPT_ADAPTER *ioc, struct mptsas_enclosure *enclosure, in mptsas_sas_enclosure_pg0() argument
1390 enclosure->enclosure_logical_id = le64_to_cpu(le_identifier); in mptsas_sas_enclosure_pg0()
1391 enclosure->enclosure_handle = le16_to_cpu(buffer->EnclosureHandle); in mptsas_sas_enclosure_pg0()
1392 enclosure->flags = le16_to_cpu(buffer->Flags); in mptsas_sas_enclosure_pg0()
1393 enclosure->num_slot = le16_to_cpu(buffer->NumSlots); in mptsas_sas_enclosure_pg0()
1394 enclosure->start_slot = le16_to_cpu(buffer->StartSlot); in mptsas_sas_enclosure_pg0()
1395 enclosure->start_id = buffer->StartTargetID; in mptsas_sas_enclosure_pg0()
1396 enclosure->start_channel = buffer->StartBus; in mptsas_sas_enclosure_pg0()
1397 enclosure->sep_id = buffer->SEPTargetID; in mptsas_sas_enclosure_pg0()
[all …]
/Linux-v5.4/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.4/Documentation/scsi/
Daic79xx.txt163 enclosure services device.
/Linux-v5.4/drivers/message/fusion/lsi/
Dmpi_history.txt448 * Added new fields in SAS Device Page 2 for enclosure
/Linux-v5.4/drivers/scsi/
DKconfig175 it has an enclosure device. Selecting this option will just allow
176 certain enclosure conditions to be reported and is not required.