Searched refs:dvm_upd (Results 1 – 2 of 2) sorted by relevance
576 if (hw->dvm_upd.count < ICE_DVM_MAX_ENTRIES) { in ice_add_dvm_hint()577 hw->dvm_upd.tbl[hw->dvm_upd.count].boost_addr = val; in ice_add_dvm_hint()578 hw->dvm_upd.tbl[hw->dvm_upd.count].enable = enable; in ice_add_dvm_hint()579 hw->dvm_upd.count++; in ice_add_dvm_hint()637 for (i = 0; i < hw->dvm_upd.count; i++) in ice_init_pkg_hints()638 ice_find_boost_entry(ice_seg, hw->dvm_upd.tbl[i].boost_addr, in ice_init_pkg_hints()639 &hw->dvm_upd.tbl[i].boost_entry); in ice_init_pkg_hints()2303 for (i = 0; i < hw->dvm_upd.count; i++) { in ice_set_dvm_boost_entries()2304 status = ice_upd_dvm_boost_entry(hw, &hw->dvm_upd.tbl[i]); in ice_set_dvm_boost_entries()
929 struct ice_dvm_table dvm_upd; member