Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dmacsec.c684 struct mlx5e_macsec_sa *macsec_sa; in mlx5e_macsec_get_sa_from_hashtable() local
689 if (macsec_sa) in mlx5e_macsec_get_sa_from_hashtable()
690 fs_id = macsec_sa->fs_id; in mlx5e_macsec_get_sa_from_hashtable()
1446 struct mlx5e_macsec_sa *macsec_sa; in get_macsec_tx_sa_from_obj_id() local
1454 macsec_sa = iter->tx_sa[i]; in get_macsec_tx_sa_from_obj_id()
1455 if (!macsec_sa || !macsec_sa->active) in get_macsec_tx_sa_from_obj_id()
1458 return macsec_sa; in get_macsec_tx_sa_from_obj_id()
1481 if (!macsec_sa || !macsec_sa->active) in get_macsec_rx_sa_from_obj_id()
1484 return macsec_sa; in get_macsec_rx_sa_from_obj_id()
1539 if (!macsec_sa) { in macsec_async_event()
[all …]

Completed in 6 milliseconds