Searched refs:DeviceInfo (Results 1 – 17 of 17) sorted by relevance
| /src/sys/contrib/dev/acpica/compiler/ |
| H A D | dttable1.c | 1288 ACPI_DBG2_DEVICE *DeviceInfo; in DtCompileDbg2() local 1326 DeviceInfo = ACPI_CAST_PTR (ACPI_DBG2_DEVICE, Subtable->Buffer); in DtCompileDbg2() 1337 DeviceInfo->BaseAddressOffset = CurrentOffset; in DtCompileDbg2() 1338 for (i = 0; *PFieldList && (i < DeviceInfo->RegisterCount); i++) in DtCompileDbg2() 1353 DeviceInfo->AddressSizeOffset = CurrentOffset; in DtCompileDbg2() 1354 for (i = 0; *PFieldList && (i < DeviceInfo->RegisterCount); i++) in DtCompileDbg2() 1369 DeviceInfo->NamepathOffset = CurrentOffset; in DtCompileDbg2() 1379 DeviceInfo->NamepathLength = (UINT16) Subtable->Length; in DtCompileDbg2() 1380 CurrentOffset += (UINT16) DeviceInfo->NamepathLength; in DtCompileDbg2() 1400 DeviceInfo->OemDataOffset = 0; in DtCompileDbg2() [all …]
|
| /src/sys/dev/mps/ |
| H A D | mps_table.c | 325 mps_print_field(sc, "DeviceInfo: %b,%s\n", buf->DeviceInfo, in mps_print_sasdev0() 329 mps_describe_table(mps_sasdev0_devtype, buf->DeviceInfo & 0x03)); in mps_print_sasdev0()
|
| H A D | mps_sas_lsi.c | 637 device_info = le32toh(config_page.DeviceInfo); in mpssas_add_device() 656 parent_devinfo = le32toh(parent_config_page.DeviceInfo); in mpssas_add_device()
|
| H A D | mps_mapping.c | 1136 device_info = le32toh(sas_device_pg0.DeviceInfo); in _mapping_get_dev_info()
|
| /src/sys/dev/mpr/ |
| H A D | mpr_table.c | 345 mpr_print_field(sc, "DeviceInfo: %b,%s\n", le32toh(buf->DeviceInfo), in mpr_print_sasdev0() 349 mpr_describe_table(mpr_sasdev0_devtype, buf->DeviceInfo & 0x03)); in mpr_print_sasdev0()
|
| H A D | mpr_sas_lsi.c | 842 device_info = le32toh(config_page.DeviceInfo); in mprsas_add_device() 861 parent_devinfo = le32toh(parent_config_page.DeviceInfo); in mprsas_add_device() 1278 device_info = le32toh(config_page.DeviceInfo); in mprsas_add_pcie_device() 1294 parent_devinfo = le32toh(parent_config_page.DeviceInfo); in mprsas_add_pcie_device()
|
| H A D | mpr_mapping.c | 1174 device_info = le32toh(sas_device_pg0.DeviceInfo); in _mapping_get_dev_info() 1349 port_change->device_info = le32toh(pcie_device_pg0.DeviceInfo); in _mapping_get_pcie_dev_info()
|
| /src/usr.sbin/mpsutil/ |
| H A D | mps_show.c | 574 type = get_device_type(le32toh(device->DeviceInfo)); in show_devices() 576 if (device->DeviceInfo & 0x800) { /* Direct Attached */ in show_devices()
|
| /src/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
|
| /src/sys/dev/mpi3mr/mpi/ |
| H A D | mpi30_cnfg.h | 3085 U16 DeviceInfo; /* 0x18 */ member 3774 U16 DeviceInfo; /* 0x0A */ member 3805 U16 DeviceInfo; /* 0x06 */ member 3875 U16 DeviceInfo; /* 0x02 */ member
|
| /src/sys/dev/mps/mpi/ |
| H A D | mpi2_cnfg.h | 2201 U32 DeviceInfo; /* 0x1C */ member 2487 U32 DeviceInfo; /* 0x18 */ member
|
| /src/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
|
| /src/sys/dev/mpi3mr/ |
| H A D | mpi3mr.c | 3561 U16 dev_info = (sasinf->DeviceInfo); in mpi3mr_update_device() 3577 U16 dev_info = (pcieinf->DeviceInfo); in mpi3mr_update_device()
|
| /src/sys/dev/mpt/ |
| H A D | mpt_cam.c | 746 device_info->device_info = le32toh(buffer->DeviceInfo); in mptsas_sas_device_pg0()
|
| /src/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 386 iASL/NHLT: Rename linux specific structures to DeviceInfo to improve
|