Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_hw.c756 acts->acts_num = i; in flow_hw_actions_translate()
906 uint32_t *acts_num) in flow_hw_actions_construct() argument
920 sizeof(*rule_acts) * hw_acts->acts_num); in flow_hw_actions_construct()
921 *acts_num = hw_acts->acts_num; in flow_hw_actions_construct()
1079 uint32_t acts_num, flow_idx; in flow_hw_async_flow_create() local
1107 actions, rule_acts, &acts_num); in flow_hw_async_flow_create()
1110 rule_acts, acts_num, in flow_hw_async_flow_create()
H A Dmlx5_flow.h1109 uint32_t acts_num:4; /* Total action number. */ member