Home
last modified time | relevance | path

Searched refs:act_size (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_utils.c42 uint32_t act_size; in mlx5_hlist_create() local
49 act_size = rte_align32pow2(size); in mlx5_hlist_create()
51 "be aligned to 0x%" PRIX32 ".", size, act_size); in mlx5_hlist_create()
53 act_size = size; in mlx5_hlist_create()
56 sizeof(struct mlx5_hlist_head) * act_size; in mlx5_hlist_create()
67 h->table_sz = act_size; in mlx5_hlist_create()
68 h->mask = act_size - 1; in mlx5_hlist_create()
77 h->name, act_size); in mlx5_hlist_create()
H A Dmlx5_flow.c4685 size_t act_size; in flow_create_split_metadata() local
4726 act_size = sizeof(struct rte_flow_action) * (actions_n + 1) + in flow_create_split_metadata()
4729 ext_actions = mlx5_malloc(MLX5_MEM_ZERO, act_size, 0, in flow_create_split_metadata()
4764 act_size = sizeof(struct rte_flow_action) * (actions_n + 1) + in flow_create_split_metadata()
4766 ext_actions = mlx5_malloc(MLX5_MEM_ZERO, act_size, 0, in flow_create_split_metadata()
4912 size_t act_size; in flow_create_split_meter() local
4921 act_size = sizeof(struct rte_flow_action) * (actions_n + 5) + in flow_create_split_meter()
4935 act_size); in flow_create_split_meter()
5027 size_t act_size; in flow_create_split_sample() local
5046 sfx_actions = mlx5_malloc(MLX5_MEM_ZERO, (act_size + in flow_create_split_sample()
[all …]
/f-stack/dpdk/drivers/net/bnxt/hcapi/
H A Dhcapi_cfa_p4.h413 uint32_t act_size; member