Home
last modified time | relevance | path

Searched refs:root_buf (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/ice/base/
H A Dice_switch.h333 struct ice_aqc_recipe_data_elem *root_buf; member
H A Dice_switch.c2343 recps[rid].root_buf = (struct ice_aqc_recipe_data_elem *) in ice_get_recp_frm_fw()
2345 sizeof(*recps[rid].root_buf), ICE_NONDMA_TO_NONDMA); in ice_get_recp_frm_fw()
2346 if (!recps[rid].root_buf) in ice_get_recp_frm_fw()
6804 if (recp[i].root_buf && recp[i].root_buf->content.act_ctrl & in ice_find_recp()
7407 rm->root_buf = buf; in ice_add_sw_recipe()
7987 if (rm->root_buf) in ice_add_adv_recipe()
7988 ice_free(hw, rm->root_buf); in ice_add_adv_recipe()
H A Dice_common.c821 if (recps[i].root_buf) in ice_cleanup_fltr_mgmt_single()
822 ice_free(hw, recps[i].root_buf); in ice_cleanup_fltr_mgmt_single()