Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dmacsec.c227 u8 window_sz; in macsec_set_replay_protection() local
234 window_sz = MLX5_MACSEC_ASO_REPLAY_WIN_256BIT; in macsec_set_replay_protection()
237 window_sz = MLX5_MACSEC_ASO_REPLAY_WIN_128BIT; in macsec_set_replay_protection()
240 window_sz = MLX5_MACSEC_ASO_REPLAY_WIN_64BIT; in macsec_set_replay_protection()
243 window_sz = MLX5_MACSEC_ASO_REPLAY_WIN_32BIT; in macsec_set_replay_protection()
248 MLX5_SET(macsec_aso, aso_ctx, window_size, window_sz); in macsec_set_replay_protection()