Home
last modified time | relevance | path

Searched refs:max_modify_header_actions (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_cmd.c770 max_actions = MLX5_CAP_ESW_FLOWTABLE_FDB(dev, max_modify_header_actions); in mlx5_cmd_modify_header_alloc()
775 max_actions = MLX5_CAP_FLOWTABLE_NIC_RX(dev, max_modify_header_actions); in mlx5_cmd_modify_header_alloc()
782 max_actions = MLX5_CAP_FLOWTABLE_NIC_TX(dev, max_modify_header_actions); in mlx5_cmd_modify_header_alloc()
786 max_actions = MLX5_CAP_ESW_INGRESS_ACL(dev, max_modify_header_actions); in mlx5_cmd_modify_header_alloc()
790 max_actions = MLX5_CAP_FLOWTABLE_RDMA_TX(dev, max_modify_header_actions); in mlx5_cmd_modify_header_alloc()
Den_tc.c2925 return MLX5_CAP_ESW_FLOWTABLE_FDB(mdev, max_modify_header_actions); in mlx5e_flow_namespace_max_modify_action()
2927 return MLX5_CAP_FLOWTABLE_NIC_RX(mdev, max_modify_header_actions); in mlx5e_flow_namespace_max_modify_action()
/Linux-v5.10/drivers/infiniband/hw/mlx5/
Dfs.c2183 max_modify_header_actions) || in mlx5_ib_modify_header_supported()
2185 max_modify_header_actions) || in mlx5_ib_modify_header_supported()
2187 max_modify_header_actions); in mlx5_ib_modify_header_supported()
/Linux-v5.10/include/linux/mlx5/
Dmlx5_ifc.h430 u8 max_modify_header_actions[0x8]; member