Searched refs:physical_id (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/sys/dev/mpr/
H A Dmpr_mapping.h36 * @physical_id: SAS address of the device attached with the associate PHY
44 uint64_t physical_id; member in struct:_map_phy_change
57 * @physical_id: WWID of the device attached to the associated port
65 uint64_t physical_id; member in struct:_map_port_change
H A Dmpr_mapping.c70 map_entry->physical_id = 0;
204 mt_entry->physical_id);
205 dpm_entry->PhysicalIdentifier.High = (mt_entry->physical_id >> 32);
391 if (mt_entry->physical_id == wwid)
412 if (mt_entry->physical_id == dev_id)
575 u64 physical_id; local
623 physical_id = dpm_entry->PhysicalIdentifier.High;
624 physical_id = (physical_id << 32) |
626 map_idx = _mapping_get_mt_idx_from_id(sc, physical_id);
2221 u64 physical_id; local
[all...]
H A Dmprvar.h136 * @physical_id: SAS address for drives or WWID for RAID volumes
148 u64 physical_id; member in struct:dev_mapping_table
H A Dmpr_sas_lsi.c1623 if ((mt_entry->physical_id != 0) &&
/freebsd-current/sys/dev/mps/
H A Dmps_mapping.h37 * @physical_id: SAS address of the device attached with the associate PHY
45 uint64_t physical_id; member in struct:_map_phy_change
H A Dmps_mapping.c71 map_entry->physical_id = 0;
205 mt_entry->physical_id);
206 dpm_entry->PhysicalIdentifier.High = (mt_entry->physical_id >> 32);
392 if (mt_entry->physical_id == wwid)
413 if (mt_entry->physical_id == dev_id)
577 u64 physical_id; local
625 physical_id = dpm_entry->PhysicalIdentifier.High;
626 physical_id = (physical_id << 32) |
628 map_idx = _mapping_get_mt_idx_from_id(sc, physical_id);
1772 u64 physical_id; local
[all...]
H A Dmpsvar.h109 * @physical_id: SAS address for drives or WWID for RAID volumes
120 u64 physical_id; member in struct:dev_mapping_table
H A Dmps_sas_lsi.c1258 if ((mt_entry->physical_id != 0) &&
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_utility.cpp233 p->physical_id = __kmp_get_physical_id(log_per_phy, p->apic_id);
H A Dkmp.h1396 int physical_id; member in struct:kmp_cpuinfo

Completed in 235 milliseconds