Lines Matching refs:encoding_sa
1031 struct nxp_c45_sa *next_sa, u8 encoding_sa) in nxp_c45_tx_sa_next() argument
1035 sa = nxp_c45_find_sa(&phy_secy->sa_list, TX_SA, encoding_sa); in nxp_c45_tx_sa_next()
1040 next_sa->an = encoding_sa; in nxp_c45_tx_sa_next()
1046 u8 encoding_sa = ctx->secy->tx_sc.encoding_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()
1086 u8 encoding_sa = ctx->secy->tx_sc.encoding_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()
1305 if (ctx->secy->tx_sc.encoding_sa == sa->an) in nxp_c45_mdo_add_txsa()
1335 if (ctx->secy->tx_sc.encoding_sa == sa->an) in nxp_c45_mdo_upd_txsa()
1362 if (ctx->secy->tx_sc.encoding_sa == sa->an) in nxp_c45_mdo_del_txsa()
1694 u8 encoding_sa; in nxp_c45_handle_macsec_interrupt() local
1714 encoding_sa = secy->secy->tx_sc.encoding_sa; in nxp_c45_handle_macsec_interrupt()
1716 secy->secy_id, encoding_sa); in nxp_c45_handle_macsec_interrupt()
1718 sa = nxp_c45_find_sa(&secy->sa_list, TX_SA, encoding_sa); in nxp_c45_handle_macsec_interrupt()