Searched refs:DeviceIndex (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/mps/ |
H A D | mps_mapping.c | 134 dpm_entry->DeviceIndex = htole16(mt_entry->id); in _mapping_commit_enc_entry() 153 dpm_entry->DeviceIndex = le16toh(dpm_entry->DeviceIndex); in _mapping_commit_enc_entry() 160 dpm_entry->DeviceIndex = le16toh(dpm_entry->DeviceIndex); in _mapping_commit_enc_entry() 207 dpm_entry->DeviceIndex = htole16(mt_entry->id); in _mapping_commit_map_entry() 223 dpm_entry->DeviceIndex = le16toh(dpm_entry->DeviceIndex); in _mapping_commit_map_entry() 228 dpm_entry->DeviceIndex = le16toh(dpm_entry->DeviceIndex); in _mapping_commit_map_entry() 738 dpm_entry->DeviceIndex = map_idx; in _mapping_update_ir_missing_cnt() 1322 dpm_entry->DeviceIndex = 0; in _mapping_clear_removed_entries() 1484 dpm_entry->DeviceIndex = in _mapping_add_new_device() 1609 dpm_entry->DeviceIndex = (U16) map_idx; in _mapping_add_new_device() [all …]
|
/freebsd/sys/dev/mpr/ |
H A D | mpr_mapping.c | 133 dpm_entry->DeviceIndex = htole16(mt_entry->id); in _mapping_commit_enc_entry() 152 dpm_entry->DeviceIndex = le16toh(dpm_entry->DeviceIndex); in _mapping_commit_enc_entry() 159 dpm_entry->DeviceIndex = le16toh(dpm_entry->DeviceIndex); in _mapping_commit_enc_entry() 206 dpm_entry->DeviceIndex = htole16(mt_entry->id); in _mapping_commit_map_entry() 222 dpm_entry->DeviceIndex = le16toh(dpm_entry->DeviceIndex); in _mapping_commit_map_entry() 227 dpm_entry->DeviceIndex = le16toh(dpm_entry->DeviceIndex); in _mapping_commit_map_entry() 735 dpm_entry->DeviceIndex = map_idx; in _mapping_update_ir_missing_cnt() 1512 dpm_entry->DeviceIndex = 0; in _mapping_clear_removed_entries() 1674 dpm_entry->DeviceIndex = in _mapping_add_new_device() 1799 dpm_entry->DeviceIndex = (U16) map_idx; in _mapping_add_new_device() [all …]
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/ |
H A D | itddisc.c | 259 bit32 DeviceIndex = 0; in tiINIGetDeviceHandles() local 399 while ((DeviceIndex < maxDevs) && in tiINIGetDeviceHandles() 439 …TI_DBG2(("tiINIGetDeviceHandles: SSP DeviceIndex %d tiDeviceHandle %p\n", DeviceIndex, &(oneDevic… in tiINIGetDeviceHandles() 440 tiDev[DeviceIndex] = &(oneDeviceData->tiDeviceHandle); in tiINIGetDeviceHandles() 447 …TI_DBG2(("tiINIGetDeviceHandles: SATA DeviceIndex %d tiDeviceHandle %p\n", DeviceIndex, &(oneDevi… in tiINIGetDeviceHandles() 448 tiDev[DeviceIndex] = &(oneDeviceData->tiDeviceHandle); in tiINIGetDeviceHandles() 468 DeviceIndex++; in tiINIGetDeviceHandles() 473 if (DeviceIndex > maxDevs) in tiINIGetDeviceHandles() 475 TI_DBG1(("tiINIGetDeviceHandles: DeviceIndex(%d) >= maxDevs(%d)\n", DeviceIndex, maxDevs)); in tiINIGetDeviceHandles() 520 bit32 DeviceIndex = 0; in tiINIGetDeviceHandlesForWinIOCTL() local [all …]
|
/freebsd/sys/dev/mps/mpi/ |
H A D | mpi2_cnfg.h | 2645 U16 DeviceIndex; /* 0x0A */ member
|
/freebsd/sys/dev/mpr/mpi/ |
H A D | mpi2_cnfg.h | 3205 U16 DeviceIndex; /* 0x0A */ member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVSymbolicOperands.td | 1296 defm DeviceIndex : BuiltInOperand<4438, 0, 0, [], [DeviceGroup]>;
|