Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_trigger.c1458 mlx5_flow_list_flush(dev, MLX5_FLOW_TYPE_CTL, false); in mlx5_traffic_enable()
1473 mlx5_flow_list_flush(dev, MLX5_FLOW_TYPE_CTL, false); in mlx5_traffic_disable()
H A Dmlx5_flow.c7124 return (void *)(uintptr_t)flow_list_create(dev, MLX5_FLOW_TYPE_CTL, in mlx5_flow_create_esw_table_zero_flow()
7192 if (flow_list_create(dev, MLX5_FLOW_TYPE_CTL, &attr, pattern, actions, in mlx5_flow_create_devx_sq_miss_flow()
7199 return flow_list_create(dev, MLX5_FLOW_TYPE_CTL, &attr, pattern, in mlx5_flow_create_devx_sq_miss_flow()
7578 flow_idx = flow_list_create(dev, MLX5_FLOW_TYPE_CTL, in mlx5_ctrl_flow_source_queue()
7668 flow_idx = flow_list_create(dev, MLX5_FLOW_TYPE_CTL, in mlx5_ctrl_flow_vlan()
7743 uint32_t flow_idx = flow_list_create(dev, MLX5_FLOW_TYPE_CTL, in mlx5_flow_lacp_miss()
H A Dmlx5.h100 MLX5_FLOW_TYPE_CTL, /* Control flow. */ enumerator