Home
last modified time | relevance | path

Searched refs:ets_config (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/ice/
H A Dice_dcf_parent.c283 real_hw->ets_config = (struct ice_aqc_port_ets_elem *) in ice_dcf_query_port_ets()
284 ice_malloc(real_hw, sizeof(*real_hw->ets_config)); in ice_dcf_query_port_ets()
285 if (!real_hw->ets_config) in ice_dcf_query_port_ets()
289 real_hw->ets_config, sizeof(*real_hw->ets_config), in ice_dcf_query_port_ets()
293 rte_free(real_hw->ets_config); in ice_dcf_query_port_ets()
294 real_hw->ets_config = NULL; in ice_dcf_query_port_ets()
H A Dice_dcf_sched.c262 if (hw->ets_config->tc_valid_bits & (1 << i)) in ice_dcf_node_add()
650 if (BIT(hw->tm_conf.nb_tc_node) & hw->ets_config->tc_valid_bits) { in ice_dcf_commit_check()
686 old_ets_config = *hw->ets_config; in ice_dcf_replay_vf_bw()
688 ice_memset(hw->ets_config, 0, sizeof(*hw->ets_config), ICE_NONDMA_MEM); in ice_dcf_replay_vf_bw()
690 hw->ets_config, sizeof(*hw->ets_config), in ice_dcf_replay_vf_bw()
697 if (memcmp(&old_ets_config, hw->ets_config, sizeof(old_ets_config))) { in ice_dcf_replay_vf_bw()
H A Dice_dcf.h116 struct ice_aqc_port_ets_elem *ets_config; member
H A Dice_dcf.c757 rte_free(hw->ets_config); in ice_dcf_uninit_hw()
758 hw->ets_config = NULL; in ice_dcf_uninit_hw()