Searched refs:n_grp_count (Results 1 – 2 of 2) sorted by relevance
2285 recps[rid].n_grp_count = (u8)num_recps; in ice_get_recp_frm_fw()2287 recps[rid].n_grp_count * sizeof(*recps[rid].root_buf), in ice_get_recp_frm_fw()4946 free_res_idx, rm->n_grp_count); in ice_add_sw_recipe()4948 if (rm->n_grp_count > 1) { in ice_add_sw_recipe()4949 if (rm->n_grp_count > free_res_idx) in ice_add_sw_recipe()4952 rm->n_grp_count++; in ice_add_sw_recipe()4955 if (rm->n_grp_count > ICE_MAX_CHAIN_RECIPE) in ice_add_sw_recipe()4962 buf = devm_kcalloc(ice_hw_to_dev(hw), rm->n_grp_count, sizeof(*buf), in ice_add_sw_recipe()5019 if (rm->n_grp_count > 1) { in ice_add_sw_recipe()5048 if (rm->n_grp_count == 1) { in ice_add_sw_recipe()[all …]
227 u8 n_grp_count; member