Searched refs:act_size (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_utils.c | 397 uint32_t act_size; in mlx5_hlist_create() local 408 act_size = rte_align32pow2(size); in mlx5_hlist_create() 410 "be aligned to 0x%" PRIX32 ".", size, act_size); in mlx5_hlist_create() 412 act_size = size; in mlx5_hlist_create() 415 sizeof(struct mlx5_hlist_bucket) * act_size; in mlx5_hlist_create() 417 alloc_size += sizeof(struct mlx5_list_cache) * act_size; in mlx5_hlist_create() 436 h->mask = act_size - 1; in mlx5_hlist_create() 438 gc = (struct mlx5_list_cache *)&h->buckets[act_size]; in mlx5_hlist_create() 439 for (i = 0; i < act_size; i++) { in mlx5_hlist_create() 447 name, act_size); in mlx5_hlist_create()
|
| /dpdk/drivers/net/bnxt/hcapi/cfa/ |
| H A D | hcapi_cfa_p58.h | 136 uint32_t act_size; member
|
| H A D | hcapi_cfa_p4.h | 131 uint32_t act_size; member
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow.c | 6157 size_t act_size; in flow_create_split_metadata() local 6196 act_size = sizeof(struct rte_flow_action) * (actions_n + 1) + in flow_create_split_metadata() 6199 ext_actions = mlx5_malloc(MLX5_MEM_ZERO, act_size, 0, in flow_create_split_metadata() 6224 act_size = sizeof(struct rte_flow_action) * (actions_n + 1) + in flow_create_split_metadata() 6226 ext_actions = mlx5_malloc(MLX5_MEM_ZERO, act_size, 0, in flow_create_split_metadata() 6432 size_t act_size; in flow_create_split_meter() local 6493 act_size = (sizeof(struct rte_flow_action) * in flow_create_split_meter() 6508 act_size); in flow_create_split_meter() 6624 size_t act_size; in flow_create_split_sample() local 6648 sfx_actions = mlx5_malloc(MLX5_MEM_ZERO, (act_size + in flow_create_split_sample() [all …]
|