Searched refs:n_grp_count (Results 1 – 2 of 2) sorted by relevance
2298 recps[rid].n_grp_count = (u8)num_recps; in ice_get_recp_frm_fw()2300 recps[rid].n_grp_count * sizeof(*recps[rid].root_buf), in ice_get_recp_frm_fw()4976 free_res_idx, rm->n_grp_count); in ice_add_sw_recipe()4978 if (rm->n_grp_count > 1) { in ice_add_sw_recipe()4979 if (rm->n_grp_count > free_res_idx) in ice_add_sw_recipe()4982 rm->n_grp_count++; in ice_add_sw_recipe()4985 if (rm->n_grp_count > ICE_MAX_CHAIN_RECIPE) in ice_add_sw_recipe()4992 buf = devm_kcalloc(ice_hw_to_dev(hw), rm->n_grp_count, sizeof(*buf), in ice_add_sw_recipe()5049 if (rm->n_grp_count > 1) { in ice_add_sw_recipe()5084 if (rm->n_grp_count == 1) { in ice_add_sw_recipe()[all …]
239 u8 n_grp_count; member