Lines Matching refs:dpm_entry_used
592 if (sc->dpm_entry_used[entry_num] && !missing_cnt) in _mapping_get_free_dpm_idx()
601 if (!sc->dpm_entry_used[entry_num]) { in _mapping_get_free_dpm_idx()
621 sc->dpm_entry_used[current_entry]) { in _mapping_get_free_dpm_idx()
743 sc->dpm_entry_used[dpm_idx] = 1; in _mapping_update_ir_missing_cnt()
1327 sc->dpm_entry_used[remove_entry->dpm_entry_num] in _mapping_clear_removed_entries()
1494 sc->dpm_entry_used[dpm_idx] = 1; in _mapping_add_new_device()
1612 sc->dpm_entry_used[dpm_idx] = 1; in _mapping_add_new_device()
1710 sc->dpm_entry_used = malloc((sizeof(u8) * sc->max_dpm_entries), in mps_mapping_allocate_memory()
1712 if (!sc->dpm_entry_used) in mps_mapping_allocate_memory()
1736 free(sc->dpm_entry_used, M_MPT2); in mps_mapping_allocate_memory()
1756 free(sc->dpm_entry_used, M_MPT2); in mps_mapping_free_memory()
1797 sc->dpm_entry_used[entry_num] = 0; in _mapping_process_dpm_pg0()
1800 sc->dpm_entry_used[entry_num] = 1; in _mapping_process_dpm_pg0()
2143 memset(sc->dpm_entry_used, 0, sc->max_dpm_entries); in mps_mapping_initialize()