Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_cmd.c666 max_actions = MLX5_CAP_ESW_FLOWTABLE_FDB(dev, max_modify_header_actions); in mlx5_modify_header_alloc()
670 max_actions = MLX5_CAP_FLOWTABLE_NIC_RX(dev, max_modify_header_actions); in mlx5_modify_header_alloc()
Den_tc.c1865 max_actions = MLX5_CAP_ESW_FLOWTABLE_FDB(priv->mdev, max_modify_header_actions); in alloc_mod_hdr_actions()
1867 max_actions = MLX5_CAP_FLOWTABLE_NIC_RX(priv->mdev, max_modify_header_actions); in alloc_mod_hdr_actions()
/Linux-v4.19/include/linux/mlx5/
Dmlx5_ifc.h352 u8 max_modify_header_actions[0x8]; member