Lines Matching refs:phy_bits

71 	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()
961 et_entry->phy_bits))) { in _mapping_find_enc_map_space()
1299 mt_entry->phy_bits = et_entry->phy_bits; in _mapping_get_dev_info()
1451 mt_entry->phy_bits = et_entry->phy_bits; in _mapping_get_pcie_dev_info()
1656 et_entry->phy_bits); in _mapping_add_new_device()
1680 = et_entry->phy_bits; in _mapping_add_new_device()
1913 et_entry->phy_bits); in _mapping_add_new_pcie_device()
1937 = et_entry->phy_bits; in _mapping_add_new_pcie_device()
2221 u32 phy_bits = 0; in _mapping_process_dpm_pg0() local
2254 phy_bits = le32toh(dpm_entry->PhysicalBitsMapping); in _mapping_process_dpm_pg0()
2316 et_entry->phy_bits = phy_bits; in _mapping_process_dpm_pg0()
2343 mt_entry->phy_bits = phy_bits; in _mapping_process_dpm_pg0()
2368 mt_entry->phy_bits = phy_bits; in _mapping_process_dpm_pg0()
2811 saved_phy_bits = et_entry->phy_bits; in mpr_mapping_enclosure_dev_status_change_event()
2812 et_entry->phy_bits |= le32toh(event_data->PhyBits); in mpr_mapping_enclosure_dev_status_change_event()
2813 if (saved_phy_bits != et_entry->phy_bits) in mpr_mapping_enclosure_dev_status_change_event()
2830 = et_entry->phy_bits; in mpr_mapping_enclosure_dev_status_change_event()
2879 et_entry->phy_bits = le32toh(event_data->PhyBits); in mpr_mapping_enclosure_dev_status_change_event()