Searched refs:action_size (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
| D | core_acl_flex_actions.c | 634 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()
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en_tc.c | 2339 int i, action_size, nactions, max_actions, first, last, next_z; in offload_pedit_fields() local 2354 action_size = MLX5_UN_SZ_BYTES(set_action_in_add_action_in_auto); in offload_pedit_fields() 2356 parse_attr->num_mod_hdr_actions * action_size; in offload_pedit_fields() 2458 action += action_size; in offload_pedit_fields() 2480 int nkeys, action_size, max_actions; in alloc_mod_hdr_actions() local 2484 action_size = MLX5_UN_SZ_BYTES(set_action_in_add_action_in_auto); in alloc_mod_hdr_actions() 2490 parse_attr->mod_hdr_actions = kcalloc(max_actions, action_size, GFP_KERNEL); in alloc_mod_hdr_actions()
|