Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dmacsec.c1438 struct mlx5e_macsec_sa *macsec_sa; in get_macsec_tx_sa_from_obj_id() local
1446 macsec_sa = iter->tx_sa[i]; in get_macsec_tx_sa_from_obj_id()
1447 if (!macsec_sa || !macsec_sa->active) in get_macsec_tx_sa_from_obj_id()
1450 return macsec_sa; in get_macsec_tx_sa_from_obj_id()
1462 struct mlx5e_macsec_sa *macsec_sa; in get_macsec_rx_sa_from_obj_id() local
1472 macsec_sa = mlx5e_rx_sc->rx_sa[i]; in get_macsec_rx_sa_from_obj_id()
1473 if (!macsec_sa || !macsec_sa->active) in get_macsec_rx_sa_from_obj_id()
1476 return macsec_sa; in get_macsec_rx_sa_from_obj_id()
1519 struct mlx5e_macsec_sa *macsec_sa; in macsec_async_event() local
1531 if (!macsec_sa) { in macsec_async_event()
[all …]