Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/raid/mpr/
H A Dmpr_mapping.c69 map_entry->phy_bits = 0; in _mapping_clear_map_entry()
89 enc_entry->phy_bits = 0; in _mapping_clear_enc_entry()
135 dpm_entry->PhysicalBitsMapping = htole32(et_entry->phy_bits); in _mapping_commit_enc_entry()
266 u64 phy_bits) in _mapping_get_enc_idx_from_id() argument
274 (!et_entry->phy_bits || (et_entry->phy_bits & in _mapping_get_enc_idx_from_id()
275 le32toh(phy_bits)))) in _mapping_get_enc_idx_from_id()
539 _mapping_get_dpm_idx_from_id(struct mpr_softc *sc, u64 id, u32 phy_bits) in _mapping_get_dpm_idx_from_id() argument
553 (!phy_bits || !dpm_entry->PhysicalBitsMapping || in _mapping_get_dpm_idx_from_id()
554 (phy_bits & dpm_entry->PhysicalBitsMapping))) in _mapping_get_dpm_idx_from_id()
959 (!mt_entry->phy_bits || (mt_entry->phy_bits & in _mapping_find_enc_map_space()
[all …]
H A Dmprvar.h116 u32 phy_bits; member
144 u32 phy_bits; member
/dflybsd-src/sys/dev/raid/mps/
H A Dmps_mapping.c67 map_entry->phy_bits = 0; in _mapping_clear_map_entry()
88 enc_entry->phy_bits = 0; in _mapping_clear_enc_entry()
134 dpm_entry->PhysicalBitsMapping = htole32(et_entry->phy_bits); in _mapping_commit_enc_entry()
246 u64 phy_bits) in _mapping_get_enc_idx_from_id() argument
254 (!et_entry->phy_bits || (et_entry->phy_bits & in _mapping_get_enc_idx_from_id()
255 le32toh(phy_bits)))) in _mapping_get_enc_idx_from_id()
506 _mapping_get_dpm_idx_from_id(struct mps_softc *sc, u64 id, u32 phy_bits) in _mapping_get_dpm_idx_from_id() argument
520 (!phy_bits || !dpm_entry->PhysicalBitsMapping || in _mapping_get_dpm_idx_from_id()
521 (phy_bits & dpm_entry->PhysicalBitsMapping))) in _mapping_get_dpm_idx_from_id()
773 (!mt_entry->phy_bits || (mt_entry->phy_bits & in _mapping_find_enc_map_space()
[all …]
H A Dmpsvar.h138 u32 phy_bits; member
167 u32 phy_bits; member