| /freebsd-14.2/sys/contrib/dev/acpica/compiler/ |
| H A D | dttable1.c | 1064 ACPI_DBG2_DEVICE *DeviceInfo; in DtCompileDbg2() local 1102 DeviceInfo = ACPI_CAST_PTR (ACPI_DBG2_DEVICE, Subtable->Buffer); in DtCompileDbg2() 1113 DeviceInfo->BaseAddressOffset = CurrentOffset; in DtCompileDbg2() 1129 DeviceInfo->AddressSizeOffset = CurrentOffset; in DtCompileDbg2() 1145 DeviceInfo->NamepathOffset = CurrentOffset; in DtCompileDbg2() 1155 DeviceInfo->NamepathLength = (UINT16) Subtable->Length; in DtCompileDbg2() 1156 CurrentOffset += (UINT16) DeviceInfo->NamepathLength; in DtCompileDbg2() 1176 DeviceInfo->OemDataOffset = 0; in DtCompileDbg2() 1177 DeviceInfo->OemDataLength = 0; in DtCompileDbg2() 1183 DeviceInfo->OemDataOffset = CurrentOffset; in DtCompileDbg2() [all …]
|
| H A D | dttable2.c | 827 ACPI_NHLT_DEVICE_INFO_COUNT *DeviceInfo; in DtCompileNhlt() local 1106 DeviceInfo = ACPI_CAST_PTR (ACPI_NHLT_DEVICE_INFO_COUNT, Subtable->Buffer); in DtCompileNhlt() 1107 DeviceInfoCount = DeviceInfo->StructureCount; in DtCompileNhlt()
|
| /freebsd-14.2/sys/dev/mps/ |
| H A D | mps_table.c | 326 mps_print_field(sc, "DeviceInfo: %b,%s\n", buf->DeviceInfo, in mps_print_sasdev0() 330 mps_describe_table(mps_sasdev0_devtype, buf->DeviceInfo & 0x03)); in mps_print_sasdev0()
|
| H A D | mps_sas_lsi.c | 639 device_info = le32toh(config_page.DeviceInfo); in mpssas_add_device() 658 parent_devinfo = le32toh(parent_config_page.DeviceInfo); in mpssas_add_device()
|
| H A D | mps_mapping.c | 1137 device_info = le32toh(sas_device_pg0.DeviceInfo); in _mapping_get_dev_info()
|
| /freebsd-14.2/sys/dev/mpr/ |
| H A D | mpr_table.c | 346 mpr_print_field(sc, "DeviceInfo: %b,%s\n", le32toh(buf->DeviceInfo), in mpr_print_sasdev0() 350 mpr_describe_table(mpr_sasdev0_devtype, buf->DeviceInfo & 0x03)); in mpr_print_sasdev0()
|
| H A D | mpr_sas_lsi.c | 844 device_info = le32toh(config_page.DeviceInfo); in mprsas_add_device() 863 parent_devinfo = le32toh(parent_config_page.DeviceInfo); in mprsas_add_device() 1280 device_info = le32toh(config_page.DeviceInfo); in mprsas_add_pcie_device() 1296 parent_devinfo = le32toh(parent_config_page.DeviceInfo); in mprsas_add_pcie_device()
|
| H A D | mpr_mapping.c | 1175 device_info = le32toh(sas_device_pg0.DeviceInfo); in _mapping_get_dev_info() 1350 port_change->device_info = le32toh(pcie_device_pg0.DeviceInfo); in _mapping_get_pcie_dev_info()
|
| /freebsd-14.2/usr.sbin/mpsutil/ |
| H A D | mps_show.c | 575 type = get_device_type(le32toh(device->DeviceInfo)); in show_devices() 577 if (device->DeviceInfo & 0x800) { /* Direct Attached */ in show_devices()
|
| /freebsd-14.2/sys/dev/mpr/mpi/ |
| H A D | mpi2_tool.h | 242 U32 DeviceInfo[3]; /* 0x1C */ member
|
| H A D | mpi2_cnfg.h | 2720 U32 DeviceInfo; /* 0x1C */ member 3022 U32 DeviceInfo; /* 0x18 */ member 3567 U32 DeviceInfo; /* 0x1C */ member
|
| /freebsd-14.2/sys/dev/mpi3mr/mpi/ |
| H A D | mpi30_cnfg.h | 2824 U16 DeviceInfo; /* 0x18 */ member 3499 U16 DeviceInfo; /* 0x0A */ member 3530 U16 DeviceInfo; /* 0x06 */ member 3597 U16 DeviceInfo; /* 0x02 */ member
|
| /freebsd-14.2/sys/contrib/dev/acpica/common/ |
| H A D | dmtbdump2.c | 1558 ACPI_NHLT_DEVICE_INFO *DeviceInfo; in AcpiDmDumpNhlt() local 1851 DeviceInfo = ACPI_ADD_PTR (ACPI_NHLT_DEVICE_INFO, Table, Offset); in AcpiDmDumpNhlt() 1860 Status = AcpiDmDumpTable (TableLength, Offset, DeviceInfo, in AcpiDmDumpNhlt()
|
| /freebsd-14.2/sys/dev/mps/mpi/ |
| H A D | mpi2_cnfg.h | 2201 U32 DeviceInfo; /* 0x1C */ member 2487 U32 DeviceInfo; /* 0x18 */ member
|
| /freebsd-14.2/sys/dev/mpt/mpilib/ |
| H A D | mpi_ioc.h | 620 U32 DeviceInfo; /* 08h */ member
|
| H A D | mpi_cnfg.h | 2849 U32 DeviceInfo; /* 1Ch */ member
|
| /freebsd-14.2/sys/dev/mpi3mr/ |
| H A D | mpi3mr.c | 3347 U16 dev_info = (sasinf->DeviceInfo); in mpi3mr_update_device() 3363 U16 dev_info = (pcieinf->DeviceInfo); in mpi3mr_update_device()
|
| /freebsd-14.2/sys/dev/mpt/ |
| H A D | mpt_cam.c | 746 device_info->device_info = le32toh(buffer->DeviceInfo); in mptsas_sas_device_pg0()
|
| /freebsd-14.2/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 64 iASL/NHLT: Rename linux specific structures to DeviceInfo to improve
|