Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec.c504 MLX5_IPSEC_CAP_PACKET_OFFLOAD)) { in mlx5e_xfrm_validate_state()
905 MLX5_IPSEC_CAP_PACKET_OFFLOAD) { in mlx5e_ipsec_init()
932 if (mlx5_ipsec_device_caps(priv->mdev) & MLX5_IPSEC_CAP_PACKET_OFFLOAD) in mlx5e_ipsec_init()
1106 !(mlx5_ipsec_device_caps(mdev) & MLX5_IPSEC_CAP_PACKET_OFFLOAD)) { in mlx5e_xfrm_validate_policy()
Dipsec.h117 MLX5_IPSEC_CAP_PACKET_OFFLOAD = 1 << 2, enumerator
Dipsec_offload.c52 caps |= MLX5_IPSEC_CAP_PACKET_OFFLOAD; in mlx5_ipsec_device_caps()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Deq.c593 if (mlx5_ipsec_device_caps(dev) & MLX5_IPSEC_CAP_PACKET_OFFLOAD) in gather_async_events_mask()