Searched refs:cur_act_index (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_acl_flex_actions.c373 unsigned int cur_act_index; /* In current set. */ member in struct:mlxsw_afa_block
1032 if (block->cur_act_index + action_size > block->afa->max_acts_per_set ||
1043 block->cur_act_index = 0;
1060 oneact = actions + block->cur_act_index * MLXSW_AFA_ONE_ACTION_LEN;
1061 block->cur_act_index += action_size;

Completed in 308 milliseconds