Searched refs:dvm_upd (Results 1 – 2 of 2) sorted by relevance
585 if (hw->dvm_upd.count < ICE_DVM_MAX_ENTRIES) { in ice_add_dvm_hint()586 hw->dvm_upd.tbl[hw->dvm_upd.count].boost_addr = val; in ice_add_dvm_hint()587 hw->dvm_upd.tbl[hw->dvm_upd.count].enable = enable; in ice_add_dvm_hint()588 hw->dvm_upd.count++; in ice_add_dvm_hint()643 for (i = 0; i < hw->dvm_upd.count; i++) in ice_init_pkg_hints()644 ice_find_boost_entry(ice_seg, hw->dvm_upd.tbl[i].boost_addr, in ice_init_pkg_hints()645 &hw->dvm_upd.tbl[i].boost_entry); in ice_init_pkg_hints()2356 for (i = 0; i < hw->dvm_upd.count; i++) { in ice_set_dvm_boost_entries()2357 status = ice_upd_dvm_boost_entry(hw, &hw->dvm_upd.tbl[i]); in ice_set_dvm_boost_entries()
1238 struct ice_dvm_table dvm_upd; member