Searched refs:MPR_ENCTABLE_BAD_IDX (Results 1 – 2 of 2) sorted by relevance
283 return MPR_ENCTABLE_BAD_IDX; in _mapping_get_enc_idx_from_id()306 return MPR_ENCTABLE_BAD_IDX; in _mapping_get_enc_idx_from_handle()323 u8 enc_idx, high_idx = MPR_ENCTABLE_BAD_IDX; in _mapping_get_high_missing_et_idx()1009 if (enc_idx == MPR_ENCTABLE_BAD_IDX) { in _mapping_find_enc_map_space()1213 if (enc_idx == MPR_ENCTABLE_BAD_IDX) { in _mapping_get_dev_info()1369 if (enc_idx == MPR_ENCTABLE_BAD_IDX) { in _mapping_get_pcie_dev_info()1611 if (enc_idx == MPR_ENCTABLE_BAD_IDX) { in _mapping_add_new_device()1869 if (enc_idx == MPR_ENCTABLE_BAD_IDX) { in _mapping_add_new_pcie_device()2794 if (enc_idx != MPR_ENCTABLE_BAD_IDX) { in mpr_mapping_enclosure_dev_status_change_event()2844 if (enc_idx != MPR_ENCTABLE_BAD_IDX) { in mpr_mapping_enclosure_dev_status_change_event()[all …]
90 #define MPR_ENCTABLE_BAD_IDX 0xFF macro