Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dmacsec.c15 #define MLX5E_MACSEC_ASO_CTX_SZ MLX5_ST_SZ_BYTES(macsec_aso)
93 u8 ctx[MLX5_ST_SZ_BYTES(macsec_aso)];
249 MLX5_SET(macsec_aso, aso_ctx, window_size, window_sz); in macsec_set_replay_protection()
250 MLX5_SET(macsec_aso, aso_ctx, mode, MLX5_MACSEC_ASO_REPLAY_PROTECTION); in macsec_set_replay_protection()
267 aso_ctx = MLX5_ADDR_OF(macsec_offload_obj, obj, macsec_aso); in mlx5e_macsec_create_object()
273 MLX5_SET(macsec_aso, aso_ctx, mode_parameter, attrs->next_pn); in mlx5e_macsec_create_object()
280 MLX5_SET(macsec_aso, aso_ctx, epn_event_arm, 1); in mlx5e_macsec_create_object()
292 MLX5_SET(macsec_aso, aso_ctx, valid, 0x1); in mlx5e_macsec_create_object()
294 MLX5_SET(macsec_aso, aso_ctx, mode, MLX5_MACSEC_ASO_INC_SN); in mlx5e_macsec_create_object()
1301 struct mlx5e_macsec_umr *umr = macsec_aso->umr; in macsec_aso_build_wqe_ctrl_seg()
[all …]
/linux-6.3-rc2/include/linux/mlx5/
A Dmlx5_ifc.h11997 struct mlx5_ifc_macsec_aso_bits macsec_aso; member

Completed in 71 milliseconds