Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dmacsec.c211 u8 window_sz; in macsec_set_replay_protection() local
218 window_sz = MLX5_MACSEC_ASO_REPLAY_WIN_256BIT; in macsec_set_replay_protection()
221 window_sz = MLX5_MACSEC_ASO_REPLAY_WIN_128BIT; in macsec_set_replay_protection()
224 window_sz = MLX5_MACSEC_ASO_REPLAY_WIN_64BIT; in macsec_set_replay_protection()
227 window_sz = MLX5_MACSEC_ASO_REPLAY_WIN_32BIT; in macsec_set_replay_protection()
232 MLX5_SET(macsec_aso, aso_ctx, window_size, window_sz); in macsec_set_replay_protection()
H A Dipsec_offload.c103 MLX5_SET(ipsec_aso, aso_ctx, window_sz, in mlx5e_ipsec_packet_setup()
/linux/include/linux/mlx5/
H A Dmlx5_ifc.h12362 u8 window_sz[0x2]; member