Searched refs:mlx5_list_create (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/common/mlx5/ |
| H A D | version.map | 91 mlx5_list_create;
|
| H A D | mlx5_common_utils.h | 164 struct mlx5_list *mlx5_list_create(const char *name, void *ctx,
|
| H A D | mlx5_common_utils.c | 30 mlx5_list_create(const char *name, void *ctx, bool lcores_share, in mlx5_list_create() function
|
| /dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_os.c | 491 sh->port_id_action_list = mlx5_list_create(s, sh, true, in mlx5_alloc_shared_dr() 501 sh->push_vlan_action_list = mlx5_list_create(s, sh, true, in mlx5_alloc_shared_dr() 511 sh->sample_action_list = mlx5_list_create(s, sh, true, in mlx5_alloc_shared_dr() 521 sh->dest_array_list = mlx5_list_create(s, sh, true, in mlx5_alloc_shared_dr() 531 sh->flex_parsers_dv = mlx5_list_create(s, sh, false, in mlx5_alloc_shared_dr() 1541 priv->hrxqs = mlx5_list_create("hrxq", eth_dev, true, in mlx5_dev_spawn()
|
| /dpdk/drivers/net/mlx5/windows/ |
| H A D | mlx5_os.c | 519 priv->hrxqs = mlx5_list_create("hrxq", eth_dev, true, in mlx5_dev_spawn()
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_dv.c | 10565 tbl_data->matchers = mlx5_list_create(matcher_name, sh, true, in flow_dv_tbl_create_cb()
|