Home
last modified time | relevance | path

Searched refs:phy_bits (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/mpr/
H A Dmpr_mapping.c71 map_entry->phy_bits = 0; in _mapping_clear_map_entry()
91 enc_entry->phy_bits = 0; in _mapping_clear_enc_entry()
137 dpm_entry->PhysicalBitsMapping = htole32(et_entry->phy_bits); in _mapping_commit_enc_entry()
268 u64 phy_bits) in _mapping_get_enc_idx_from_id() argument
276 (!et_entry->phy_bits || (et_entry->phy_bits & in _mapping_get_enc_idx_from_id()
277 le32toh(phy_bits)))) in _mapping_get_enc_idx_from_id()
541 _mapping_get_dpm_idx_from_id(struct mpr_softc *sc, u64 id, u32 phy_bits) in _mapping_get_dpm_idx_from_id() argument
555 (!phy_bits || !dpm_entry->PhysicalBitsMapping || in _mapping_get_dpm_idx_from_id()
556 (phy_bits & dpm_entry->PhysicalBitsMapping))) in _mapping_get_dpm_idx_from_id()
960 (!mt_entry->phy_bits || (mt_entry->phy_bits & in _mapping_find_enc_map_space()
[all …]
H A Dmprvar.h150 u32 phy_bits; member
178 u32 phy_bits; member
/freebsd/sys/dev/mps/
H A Dmps_mapping.c72 map_entry->phy_bits = 0; in _mapping_clear_map_entry()
92 enc_entry->phy_bits = 0; in _mapping_clear_enc_entry()
138 dpm_entry->PhysicalBitsMapping = htole32(et_entry->phy_bits); in _mapping_commit_enc_entry()
269 u64 phy_bits) in _mapping_get_enc_idx_from_id() argument
277 (!et_entry->phy_bits || (et_entry->phy_bits & in _mapping_get_enc_idx_from_id()
278 le32toh(phy_bits)))) in _mapping_get_enc_idx_from_id()
543 _mapping_get_dpm_idx_from_id(struct mps_softc *sc, u64 id, u32 phy_bits) in _mapping_get_dpm_idx_from_id() argument
557 (!phy_bits || !dpm_entry->PhysicalBitsMapping || in _mapping_get_dpm_idx_from_id()
558 (phy_bits & dpm_entry->PhysicalBitsMapping))) in _mapping_get_dpm_idx_from_id()
922 (!mt_entry->phy_bits || (mt_entry->phy_bits & in _mapping_find_enc_map_space()
[all …]
H A Dmpsvar.h122 u32 phy_bits; member
150 u32 phy_bits; member