Searched refs:dvm_upd (Results 1 – 3 of 3) sorted by relevance
494 if (hw->dvm_upd.count < ICE_DVM_MAX_ENTRIES) { in ice_add_dvm_hint()495 hw->dvm_upd.tbl[hw->dvm_upd.count].boost_addr = val; in ice_add_dvm_hint()496 hw->dvm_upd.tbl[hw->dvm_upd.count].enable = enable; in ice_add_dvm_hint()497 hw->dvm_upd.count++; in ice_add_dvm_hint()2118 for (i = 0; i < hw->dvm_upd.count; i++) in ice_init_pkg_hints()2119 ice_find_boost_entry(ice_seg, hw->dvm_upd.tbl[i].boost_addr, in ice_init_pkg_hints()2120 &hw->dvm_upd.tbl[i].boost_entry); in ice_init_pkg_hints()
1004 struct ice_dvm_table dvm_upd; member
396 for (i = 0; i < hw->dvm_upd.count; i++) { in ice_set_dvm_boost_entries()399 status = ice_upd_dvm_boost_entry(hw, &hw->dvm_upd.tbl[i]); in ice_set_dvm_boost_entries()