Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dmacsec.c686 struct mlx5e_macsec_sa *macsec_sa; in mlx5e_macsec_get_sa_from_hashtable() local
690 macsec_sa = rhashtable_lookup(sci_hash, sci, rhash_sci); in mlx5e_macsec_get_sa_from_hashtable()
691 if (macsec_sa) in mlx5e_macsec_get_sa_from_hashtable()
692 fs_id = macsec_sa->fs_id; in mlx5e_macsec_get_sa_from_hashtable()
1447 struct mlx5e_macsec_sa *macsec_sa; in get_macsec_tx_sa_from_obj_id() local
1455 macsec_sa = iter->tx_sa[i]; in get_macsec_tx_sa_from_obj_id()
1456 if (!macsec_sa || !macsec_sa->active) in get_macsec_tx_sa_from_obj_id()
1458 if (macsec_sa->macsec_obj_id == obj_id) in get_macsec_tx_sa_from_obj_id()
1459 return macsec_sa; in get_macsec_tx_sa_from_obj_id()
1471 struct mlx5e_macsec_sa *macsec_sa; in get_macsec_rx_sa_from_obj_id() local
[all …]