Searched refs:next_sa (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/phy/ |
H A D | nxp-c45-tja11xx-macsec.c | 1031 struct nxp_c45_sa *next_sa, u8 encoding_sa) in nxp_c45_tx_sa_next() argument 1037 memcpy(next_sa, sa, sizeof(*sa)); in nxp_c45_tx_sa_next() 1039 next_sa->is_key_a = true; in nxp_c45_tx_sa_next() 1040 next_sa->an = encoding_sa; in nxp_c45_tx_sa_next() 1050 struct nxp_c45_sa next_sa; in nxp_c45_mdo_upd_secy() local 1074 nxp_c45_tx_sa_next(phy_secy, &next_sa, encoding_sa); in nxp_c45_mdo_upd_secy() 1075 nxp_c45_tx_sa_update(phydev, &next_sa, ctx->secy->operational); in nxp_c45_mdo_upd_secy() 1090 struct nxp_c45_sa next_sa; in nxp_c45_mdo_del_secy() local 1101 nxp_c45_tx_sa_next(phy_secy, &next_sa, encoding_sa); in nxp_c45_mdo_del_secy() 1102 nxp_c45_tx_sa_update(phydev, &next_sa, false); in nxp_c45_mdo_del_secy()
|