Searched refs:entry_sz (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_utils.h | 344 uint32_t entry_sz; /**< Size of entry, used to allocate entry. */ member 528 uint32_t entry_sz; /**< Entry size, 0: use create callback. */ member
|
| H A D | mlx5_utils.c | 18 return mlx5_malloc(MLX5_MEM_ZERO, h->entry_sz, 0, SOCKET_ID_ANY); in mlx5_hlist_default_create_cb() 69 h->entry_sz = entry_size; in mlx5_hlist_create() 227 return mlx5_malloc(MLX5_MEM_ZERO, list->entry_sz, 0, SOCKET_ID_ANY); in mlx5_clist_default_create_cb() 249 list->entry_sz = entry_size; in mlx5_cache_list_init()
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_flow.h | 430 u16 entry_sz; member
|
| H A D | ice_flow.c | 2607 e->entry_sz = buf_sz * 2; in ice_flow_acl_frmt_entry() 2673 if (memcmp(p->entry, e->entry, p->entry_sz)) in ice_flow_acl_find_scen_entry_cond() 2871 ice_calloc(hw, e->entry_sz, sizeof(struct ice_acl_act_entry)); in ice_flow_acl_add_scen_entry_sync() 2886 inverts = keys + (e->entry_sz / 2); in ice_flow_acl_add_scen_entry_sync()
|