Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_tun_mplsoudp.c67 !(MLX5_CAP_GEN(priv->mdev, flex_parser_protocols) & MLX5_FLEX_PROTO_CW_MPLS_UDP)) in parse_tunnel()
Dtc_tun_geneve.c12 return !!(MLX5_CAP_GEN(priv->mdev, flex_parser_protocols) & MLX5_FLEX_PROTO_GENEVE); in mlx5e_tc_tun_can_offload_geneve()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/esw/
Dbridge_mcast.c813 if (!(MLX5_CAP_GEN(esw->dev, flex_parser_protocols) & MLX5_FLEX_PROTO_ICMPV6)) { in mlx5_esw_bridge_ingress_mld_fg_create()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_cmd.c120 caps->flex_protocols = MLX5_CAP_GEN(mdev, flex_parser_protocols); in mlx5dr_cmd_query_device()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_cmd.c1035 capability.cmd_hca_cap.flex_parser_protocols); in mlx5hws_cmd_query_caps()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c3094 if (!(MLX5_CAP_GEN(priv->mdev, flex_parser_protocols) & in __parse_cls_flower()
3110 if (!(MLX5_CAP_GEN(priv->mdev, flex_parser_protocols) & in __parse_cls_flower()
/linux-6.12.1/include/linux/mlx5/
Dmlx5_ifc.h1980 u8 flex_parser_protocols[0x20]; member