Searched refs:max_modify_header_actions (Results 1 – 4 of 4) sorted by relevance
52 return MLX5_CAP_ESW_FLOWTABLE_FDB(mdev, max_modify_header_actions); in mlx5e_mod_hdr_max_actions()54 return MLX5_CAP_FLOWTABLE_NIC_RX(mdev, max_modify_header_actions); in mlx5e_mod_hdr_max_actions()
991 max_actions = MLX5_CAP_ESW_FLOWTABLE_FDB(dev, max_modify_header_actions); in mlx5_cmd_modify_header_alloc()997 max_actions = MLX5_CAP_FLOWTABLE_NIC_RX(dev, max_modify_header_actions); in mlx5_cmd_modify_header_alloc()1003 max_actions = MLX5_CAP_FLOWTABLE_NIC_TX(dev, max_modify_header_actions); in mlx5_cmd_modify_header_alloc()1007 max_actions = MLX5_CAP_ESW_INGRESS_ACL(dev, max_modify_header_actions); in mlx5_cmd_modify_header_alloc()1012 max_actions = MLX5_CAP_FLOWTABLE_RDMA_TX(dev, max_modify_header_actions); in mlx5_cmd_modify_header_alloc()
3105 max_modify_header_actions) || in mlx5_ib_modify_header_supported()3107 max_modify_header_actions) || in mlx5_ib_modify_header_supported()3109 max_modify_header_actions); in mlx5_ib_modify_header_supported()
482 u8 max_modify_header_actions[0x8]; member