Lines Matching defs:num_acts
1474 const int num_acts = 2;
1490 lg_act_size = (u16)ice_struct_size(lg_act, act, num_acts);
1503 lg_act->size = CPU_TO_LE16(num_acts);
2817 * @num_acts: number of actions to hold with a large action entry
2823 ice_get_lg_act_aqc_res_type(u16 *res_type, int num_acts)
2828 /* If num_acts is 1, use ICE_AQC_RES_TYPE_WIDE_TABLE_1.
2829 * If num_acts is 2, use ICE_AQC_RES_TYPE_WIDE_TABLE_3.
2830 * If num_acts is greater than 2, then use
2832 * The num_acts cannot be equal to 0 or greater than 4.
2834 switch (num_acts) {
2856 * @num_acts: number of actions to hold with a large action entry
2859 ice_alloc_res_lg_act(struct ice_hw *hw, u16 *l_id, u16 num_acts)
2868 status = ice_get_lg_act_aqc_res_type(&res_type, num_acts);