Searched refs:next_sa (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/phy/ |
| H A D | nxp-c45-tja11xx-macsec.c | 1027 struct nxp_c45_sa *next_sa, u8 encoding_sa) in nxp_c45_tx_sa_next() argument 1033 memcpy(next_sa, sa, sizeof(*sa)); in nxp_c45_tx_sa_next() 1035 next_sa->is_key_a = true; in nxp_c45_tx_sa_next() 1036 next_sa->an = encoding_sa; in nxp_c45_tx_sa_next() 1046 struct nxp_c45_sa next_sa; in nxp_c45_mdo_upd_secy() local 1070 nxp_c45_tx_sa_next(phy_secy, &next_sa, encoding_sa); in nxp_c45_mdo_upd_secy() 1071 nxp_c45_tx_sa_update(phydev, &next_sa, ctx->secy->operational); in nxp_c45_mdo_upd_secy() 1086 struct nxp_c45_sa next_sa; in nxp_c45_mdo_del_secy() local 1097 nxp_c45_tx_sa_next(phy_secy, &next_sa, encoding_sa); in nxp_c45_mdo_del_secy() 1098 nxp_c45_tx_sa_update(phydev, &next_sa, false); in nxp_c45_mdo_del_secy()
|