Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_trace.h337 __field(u8, recp_cnt)),
339 __entry->recp_cnt = sw_info->recp_cnt;),
342 __entry->recp_cnt)
Dice_switch.c2196 hw->switch_info->recp_cnt++; in ice_alloc_recipe()
2215 hw->switch_info->recp_cnt--; in ice_free_recipe_res()
5074 int recp_cnt; in ice_add_sw_recipe() local
5079 recp_cnt = ice_calc_recp_cnt(rm->n_ext_words); in ice_add_sw_recipe()
5088 free_res_idx, recp_cnt); in ice_add_sw_recipe()
5091 if (recp_cnt - 1 > free_res_idx) in ice_add_sw_recipe()
5094 if (recp_cnt > ICE_MAX_CHAIN_RECIPE_RES) in ice_add_sw_recipe()
5097 buf = kcalloc(recp_cnt, sizeof(*buf), GFP_KERNEL); in ice_add_sw_recipe()
5107 for (i = 0; i < recp_cnt - 1; i++) { in ice_add_sw_recipe()
5156 root = &buf[recp_cnt - 1]; in ice_add_sw_recipe()
[all …]
Dice_type.h768 u8 recp_cnt; member
Dice_common.c938 sw->recp_cnt = ICE_SW_LKUP_LAST; in ice_init_fltr_mgmt_struct()