Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dipsec_fs.c70 modify_hdr = mlx5_modify_header_alloc(mdev, MLX5_FLOW_NAMESPACE_FDB, in mlx5_esw_ipsec_rx_setup_modify_header()
H A Dindir_table.c130 flow_act.modify_hdr = mlx5_modify_header_alloc(esw->dev, MLX5_FLOW_NAMESPACE_FDB, in mlx5_esw_indir_table_rule_get()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmod_hdr.c118 mh->modify_hdr = mlx5_modify_header_alloc(mdev, namespace, in mlx5e_mod_hdr_attach()
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
H A Dingress_ofld.c86 mlx5_modify_header_alloc(esw->dev, MLX5_FLOW_NAMESPACE_ESW_INGRESS, in esw_acl_ingress_mod_metadata_create()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dsample.c244 modify_hdr = mlx5_modify_header_alloc(mdev, MLX5_FLOW_NAMESPACE_FDB, in sample_modify_hdr_get()
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dfs_chains.c277 mod_hdr = mlx5_modify_header_alloc(chains->dev, chains->ns, in create_chain_restore()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c3863 struct mlx5_modify_hdr *mlx5_modify_header_alloc(struct mlx5_core_dev *dev, in mlx5_modify_header_alloc() function
3889 EXPORT_SYMBOL(mlx5_modify_header_alloc);
H A Deswitch_offloads.c2304 mod_hdr = mlx5_modify_header_alloc(esw->dev, in esw_create_restore_table()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_fs.c1360 modify_hdr = mlx5_modify_header_alloc(mdev, ns_type, num_of_actions, action); in setup_modify_header()