Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_trace.h337 __field(u8, recp_cnt)),
339 __entry->recp_cnt = sw_info->recp_cnt;),
342 __entry->recp_cnt)
H A Dice_switch.c2197 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() local
5081 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 = kzalloc_objs(*buf, recp_cnt); 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 …]
H A Dice_type.h779 u8 recp_cnt; member
H A Dice_common.c838 sw->recp_cnt = ICE_SW_LKUP_LAST; in ice_init_fltr_mgmt_struct()