Searched refs:recp_cnt (Results 1 – 2 of 2) sorted by relevance
2197 hw->switch_info->recp_cnt++; in ice_alloc_recipe()2216 hw->switch_info->recp_cnt--; in ice_free_recipe_res()5076 int recp_cnt; in ice_add_sw_recipe() local5081 recp_cnt = ice_calc_recp_cnt(rm->n_ext_words); in ice_add_sw_recipe()5090 free_res_idx, recp_cnt); in ice_add_sw_recipe()5093 if (recp_cnt - 1 > free_res_idx) in ice_add_sw_recipe()5096 if (recp_cnt > ICE_MAX_CHAIN_RECIPE_RES) in ice_add_sw_recipe()5099 buf = kcalloc(recp_cnt, sizeof(*buf), GFP_KERNEL); in ice_add_sw_recipe()5109 for (i = 0; i < recp_cnt - 1; i++) { in ice_add_sw_recipe()5158 root = &buf[recp_cnt - 1]; in ice_add_sw_recipe()[all …]
874 sw->recp_cnt = ICE_SW_LKUP_LAST; in ice_init_fltr_mgmt_struct()