Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlxsw/
Dcore_acl_flex_actions.c634 u8 action_code, u8 action_size) in mlxsw_afa_block_append_action() argument
641 if (block->cur_act_index + action_size > in mlxsw_afa_block_append_action()
659 block->cur_act_index += action_size; in mlxsw_afa_block_append_action()
/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c2342 int i, action_size, nactions, max_actions, first, last, next_z; in offload_pedit_fields() local
2357 action_size = MLX5_UN_SZ_BYTES(set_action_in_add_action_in_auto); in offload_pedit_fields()
2359 parse_attr->num_mod_hdr_actions * action_size; in offload_pedit_fields()
2461 action += action_size; in offload_pedit_fields()
2483 int nkeys, action_size, max_actions; in alloc_mod_hdr_actions() local
2487 action_size = MLX5_UN_SZ_BYTES(set_action_in_add_action_in_auto); in alloc_mod_hdr_actions()
2493 parse_attr->mod_hdr_actions = kcalloc(max_actions, action_size, GFP_KERNEL); in alloc_mod_hdr_actions()