Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dipsec.h46 bool mlx5_fpga_is_ipsec_device(struct mlx5_core_dev *mdev);
59 static inline bool mlx5_fpga_is_ipsec_device(struct mlx5_core_dev *mdev) { return false; } in mlx5_fpga_is_ipsec_device() function
Dipsec.c127 bool mlx5_fpga_is_ipsec_device(struct mlx5_core_dev *mdev) in mlx5_fpga_is_ipsec_device() function
332 if (mlx5_fpga_is_ipsec_device(mdev)) { in mlx5_fpga_ipsec_device_caps()
1273 if (!mlx5_fpga_is_ipsec_device(mdev)) in mlx5_fpga_ipsec_init()
1352 if (!mlx5_fpga_is_ipsec_device(mdev)) in mlx5_fpga_ipsec_cleanup()
1578 if (!mlx5_fpga_is_ipsec_device(mdev)) in mlx5_fpga_ipsec_ops()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Dparams.c307 if (mlx5_fpga_is_ipsec_device(mdev)) in mlx5e_striding_rq_possible()
389 if (mlx5_fpga_is_ipsec_device(mdev)) in mlx5e_build_rq_frags_info()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c1788 if (mlx5_fpga_is_ipsec_device(mdev)) { in mlx5e_rq_set_handlers()
Den_main.c4071 if (mlx5_fpga_is_ipsec_device(priv->mdev)) { in mlx5e_xdp_allowed()