Searched refs:mlx5e_macsec_sa (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | macsec.c | 58 struct mlx5e_macsec_sa { struct 83 struct mlx5e_macsec_sa *rx_sa[MACSEC_NUM_AN]; argument 108 .key_len = sizeof_field(struct mlx5e_macsec_sa, sci), 109 .key_offset = offsetof(struct mlx5e_macsec_sa, sci), 110 .head_offset = offsetof(struct mlx5e_macsec_sa, hash), 117 struct mlx5e_macsec_sa *tx_sa[MACSEC_NUM_AN]; 330 struct mlx5e_macsec_sa *sa, in mlx5e_macsec_cleanup_sa() 351 struct mlx5e_macsec_sa *sa, in mlx5e_macsec_init_sa() 431 struct mlx5e_macsec_sa *rx_sa, in macsec_rx_sa_active_update() 501 static void update_macsec_epn(struct mlx5e_macsec_sa *sa, const struct macsec_key *key, in update_macsec_epn() [all …]
|