Home
last modified time | relevance | path

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

/src/sys/dev/ice/
H A Dice_switch.c1474 const int num_acts = 2; in ice_add_counter_act() local
1490 lg_act_size = (u16)ice_struct_size(lg_act, act, num_acts); in ice_add_counter_act()
1503 lg_act->size = CPU_TO_LE16(num_acts); in ice_add_counter_act()
2823 ice_get_lg_act_aqc_res_type(u16 *res_type, int num_acts) in ice_get_lg_act_aqc_res_type() argument
2834 switch (num_acts) { in ice_get_lg_act_aqc_res_type()
2859 ice_alloc_res_lg_act(struct ice_hw *hw, u16 *l_id, u16 num_acts) in ice_alloc_res_lg_act() argument
2868 status = ice_get_lg_act_aqc_res_type(&res_type, num_acts); in ice_alloc_res_lg_act()