Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/mlx5/mlx5_core/
HDmlx5_fs_cmd.c842 int max_actions, actions_size, inlen, err; in mlx5_cmd_modify_header_alloc() local
851 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()
878 if (num_actions > max_actions) { in mlx5_cmd_modify_header_alloc()
880 num_actions, max_actions); in mlx5_cmd_modify_header_alloc()