Lines Matching refs:phy_bits
75 map_entry->phy_bits = 0; in _mapping_clear_map_entry()
95 enc_entry->phy_bits = 0; in _mapping_clear_enc_entry()
141 dpm_entry->PhysicalBitsMapping = htole32(et_entry->phy_bits); in _mapping_commit_enc_entry()
272 u64 phy_bits) in _mapping_get_enc_idx_from_id() argument
280 (!et_entry->phy_bits || (et_entry->phy_bits & in _mapping_get_enc_idx_from_id()
281 le32toh(phy_bits)))) in _mapping_get_enc_idx_from_id()
546 _mapping_get_dpm_idx_from_id(struct mps_softc *sc, u64 id, u32 phy_bits) in _mapping_get_dpm_idx_from_id() argument
560 (!phy_bits || !dpm_entry->PhysicalBitsMapping || in _mapping_get_dpm_idx_from_id()
561 (phy_bits & dpm_entry->PhysicalBitsMapping))) in _mapping_get_dpm_idx_from_id()
925 (!mt_entry->phy_bits || (mt_entry->phy_bits & in _mapping_find_enc_map_space()
926 et_entry->phy_bits))) { in _mapping_find_enc_map_space()
1264 mt_entry->phy_bits = et_entry->phy_bits; in _mapping_get_dev_info()
1469 et_entry->phy_bits); in _mapping_add_new_device()
1493 = et_entry->phy_bits; in _mapping_add_new_device()
1775 u32 phy_bits = 0; in _mapping_process_dpm_pg0() local
1808 phy_bits = le32toh(dpm_entry->PhysicalBitsMapping); in _mapping_process_dpm_pg0()
1870 et_entry->phy_bits = phy_bits; in _mapping_process_dpm_pg0()
1897 mt_entry->phy_bits = phy_bits; in _mapping_process_dpm_pg0()
1922 mt_entry->phy_bits = phy_bits; in _mapping_process_dpm_pg0()
2331 saved_phy_bits = et_entry->phy_bits; in mps_mapping_enclosure_dev_status_change_event()
2332 et_entry->phy_bits |= le32toh(event_data->PhyBits); in mps_mapping_enclosure_dev_status_change_event()
2333 if (saved_phy_bits != et_entry->phy_bits) in mps_mapping_enclosure_dev_status_change_event()
2350 = et_entry->phy_bits; in mps_mapping_enclosure_dev_status_change_event()
2394 et_entry->phy_bits = le32toh(event_data->PhyBits); in mps_mapping_enclosure_dev_status_change_event()