Searched refs:num_actions (Results 26 - 42 of 42) sorted by relevance

12

/linux-master/include/linux/mlx5/
H A Dfs.h318 u8 ns_type, u8 num_actions,
/linux-master/drivers/counter/
H A Dti-ecap-capture.c405 .num_actions = ARRAY_SIZE(ecap_cnt_clock_actions),
410 .num_actions = ARRAY_SIZE(ecap_cnt_input_actions),
H A D104-quad-8.c1121 .num_actions = ARRAY_SIZE(quad8_synapse_actions_list), \
1126 .num_actions = ARRAY_SIZE(quad8_synapse_actions_list), \
1131 .num_actions = ARRAY_SIZE(quad8_index_actions_list), \
H A Dintel-qep.c165 .num_actions = ARRAY_SIZE(intel_qep_synapse_actions), \
H A Dcounter-sysfs.c257 synapse->num_actions, buf,
520 synapse->num_actions,
/linux-master/include/net/
H A Dflow_offload.h444 struct flow_rule *flow_rule_alloc(unsigned int num_actions);
682 struct flow_offload_action *offload_action_alloc(unsigned int num_actions);
/linux-master/net/netfilter/
H A Dnft_immediate.c283 entry = &flow->rule->action.entries[ctx->num_actions++];
/linux-master/drivers/infiniband/hw/mlx5/
H A Dfs.c2483 u8 num_actions, void *in)
2498 mlx5_modify_header_alloc(dev->mdev, namespace, num_actions, in);
2530 int num_actions; local
2540 num_actions = uverbs_attr_ptr_get_array_size(
2543 if (num_actions < 0)
2544 return num_actions;
2550 action = mlx5_ib_create_modify_header(mdev, ft_type, num_actions, in);
2481 mlx5_ib_create_modify_header(struct mlx5_ib_dev *dev, enum mlx5_ib_uapi_flow_table_type ft_type, u8 num_actions, void *in) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dindir_table.c131 mod_acts.num_actions, mod_acts.actions);
/linux-master/include/linux/
H A Dcounter.h244 * @num_actions: number of action modes specified in @actions_list
249 size_t num_actions; member in struct:counter_synapse
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dsample.c245 mod_acts->num_actions,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c688 mod_acts->num_actions++;
749 mod_acts.num_actions,
1585 pre_mod_acts.num_actions,
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.c717 int i, j, id, num_actions = 0; local
722 num_actions += rules[i]->action.num_entries;
727 a_rule = flow_rule_alloc(num_actions + (num_rules / 2));
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_action.c759 u32 num_actions,
780 for (i = 0; i < num_actions; i++) {
756 mlx5dr_actions_build_ste_arr(struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher, struct mlx5dr_action *actions[], u32 num_actions, u8 *ste_arr, u32 *new_hw_ste_arr_sz) argument
H A Ddr_types.h521 u32 num_actions,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c283 err = mod_hdr_acts->num_actions;
284 mod_hdr_acts->num_actions++;
3282 mod_acts->num_actions);
3308 ++mod_acts->num_actions;
3528 if (parse_attr->mod_hdr_acts.num_actions > 0)
H A Dfs_core.c3610 u8 ns_type, u8 num_actions,
3626 err = root->cmds->modify_header_alloc(root, ns_type, num_actions,
3609 mlx5_modify_header_alloc(struct mlx5_core_dev *dev, u8 ns_type, u8 num_actions, void *modify_actions) argument

Completed in 376 milliseconds

12