Home
last modified time | relevance | path

Searched refs:MLX5_IPSEC_CAP_PACKET_OFFLOAD (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec.c465 MLX5_IPSEC_CAP_PACKET_OFFLOAD)) { in mlx5e_xfrm_validate_state()
859 MLX5_IPSEC_CAP_PACKET_OFFLOAD) { in mlx5e_ipsec_init()
886 if (mlx5_ipsec_device_caps(priv->mdev) & MLX5_IPSEC_CAP_PACKET_OFFLOAD) in mlx5e_ipsec_init()
906 if (mlx5_ipsec_device_caps(priv->mdev) & MLX5_IPSEC_CAP_PACKET_OFFLOAD) in mlx5e_ipsec_cleanup()
1135 if (mlx5_ipsec_device_caps(mdev) & MLX5_IPSEC_CAP_PACKET_OFFLOAD) in mlx5e_ipsec_build_netdev()
Dipsec.h116 MLX5_IPSEC_CAP_PACKET_OFFLOAD = 1 << 2, enumerator
Dipsec_offload.c46 caps |= MLX5_IPSEC_CAP_PACKET_OFFLOAD; in mlx5_ipsec_device_caps()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Deq.c593 if (mlx5_ipsec_device_caps(dev) & MLX5_IPSEC_CAP_PACKET_OFFLOAD) in gather_async_events_mask()