Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dipsec.h42 u32 mlx5_fpga_ipsec_device_caps(struct mlx5_core_dev *mdev);
50 static inline u32 mlx5_fpga_ipsec_device_caps(struct mlx5_core_dev *mdev) { return 0; } in mlx5_fpga_ipsec_device_caps() function
Dipsec.c327 u32 mlx5_fpga_ipsec_device_caps(struct mlx5_core_dev *mdev) in mlx5_fpga_ipsec_device_caps() function
451 u32 dev_caps = mlx5_fpga_ipsec_device_caps(mdev); in mlx5_fpga_ipsec_enable_supported_caps()
608 u32 ipsec_dev_caps = mlx5_fpga_ipsec_device_caps(dev); in mlx5_is_fpga_ipsec_rule()
1563 .device_caps = mlx5_fpga_ipsec_device_caps,
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec_stats.c108 return (mlx5_fpga_ipsec_device_caps(priv->mdev)) ? NUM_IPSEC_HW_COUNTERS : 0; in MLX5E_DECLARE_STATS_GRP_OP_NUM_STATS()
126 if (priv->ipsec && mlx5_fpga_ipsec_device_caps(priv->mdev)) in MLX5E_DECLARE_STATS_GRP_OP_FILL_STRS()
138 if (priv->ipsec && mlx5_fpga_ipsec_device_caps(priv->mdev)) in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.c2429 if (mlx5_fpga_ipsec_device_caps(steering->dev) & MLX5_ACCEL_IPSEC_CAP_DEVICE && in create_root_ns()
3013 if (mlx5_fpga_ipsec_device_caps(steering->dev) & MLX5_ACCEL_IPSEC_CAP_DEVICE || in mlx5_init_fs()
Den_rx.c1809 if ((mlx5_fpga_ipsec_device_caps(mdev) & MLX5_ACCEL_IPSEC_CAP_DEVICE) && in mlx5e_rq_set_handlers()