Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
Dmod_hdr.h52 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()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_cmd.c959 max_actions = MLX5_CAP_ESW_FLOWTABLE_FDB(dev, max_modify_header_actions); in mlx5_cmd_modify_header_alloc()
965 max_actions = MLX5_CAP_FLOWTABLE_NIC_RX(dev, max_modify_header_actions); in mlx5_cmd_modify_header_alloc()
971 max_actions = MLX5_CAP_FLOWTABLE_NIC_TX(dev, max_modify_header_actions); in mlx5_cmd_modify_header_alloc()
975 max_actions = MLX5_CAP_ESW_INGRESS_ACL(dev, max_modify_header_actions); in mlx5_cmd_modify_header_alloc()
980 max_actions = MLX5_CAP_FLOWTABLE_RDMA_TX(dev, max_modify_header_actions); in mlx5_cmd_modify_header_alloc()
/Linux-v6.6/drivers/infiniband/hw/mlx5/
Dfs.c2515 max_modify_header_actions) || in mlx5_ib_modify_header_supported()
2517 max_modify_header_actions) || in mlx5_ib_modify_header_supported()
2519 max_modify_header_actions); in mlx5_ib_modify_header_supported()
/Linux-v6.6/include/linux/mlx5/
Ddriver.h1368 !MLX5_CAP_FLOWTABLE_RDMA_TX(mdev, max_modify_header_actions) || in mlx5_is_macsec_roce_supported()
Dmlx5_ifc.h464 u8 max_modify_header_actions[0x8]; member