Home
last modified time | relevance | path

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

/src/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_cmd.c851 max_actions = MLX5_CAP_ESW_FLOWTABLE_FDB(dev, max_modify_header_actions); in mlx5_cmd_modify_header_alloc()
857 max_actions = MLX5_CAP_FLOWTABLE_NIC_RX(dev, max_modify_header_actions); in mlx5_cmd_modify_header_alloc()
863 max_actions = MLX5_CAP_FLOWTABLE_NIC_TX(dev, max_modify_header_actions); in mlx5_cmd_modify_header_alloc()
867 max_actions = MLX5_CAP_ESW_INGRESS_ACL(dev, max_modify_header_actions); in mlx5_cmd_modify_header_alloc()
871 max_actions = MLX5_CAP_FLOWTABLE_RDMA_TX(dev, max_modify_header_actions); in mlx5_cmd_modify_header_alloc()
/src/sys/dev/mlx5/
H A Dmlx5_ifc.h509 u8 max_modify_header_actions[0x8]; member