Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c32 static int aq_clear_secy(struct aq_nic_s *nic, const struct macsec_secy *secy,
36 const struct macsec_secy *secy);
50 const struct macsec_secy *secy) in aq_get_txsc_idx_from_secy()
325 const struct macsec_secy *secy = aq_txsc->sw_secy; in aq_set_txsc()
450 const struct macsec_secy *secy = ctx->secy; in aq_mdo_add_secy()
487 const struct macsec_secy *secy = ctx->secy; in aq_mdo_upd_secy()
558 const struct macsec_secy *secy, in aq_update_txsa()
596 const struct macsec_secy *secy = ctx->secy; in aq_mdo_add_txsa()
626 const struct macsec_secy *secy = ctx->secy; in aq_mdo_upd_txsa()
716 const struct macsec_secy *secy = aq_rxsc->sw_secy; in aq_set_rxsc()
[all …]
H A Daq_macsec.h93 const struct macsec_secy *sw_secy;
102 const struct macsec_secy *sw_secy;
/OK3568_Linux_fs/kernel/drivers/net/
H A Dmacsec.c107 struct macsec_secy secy;
245 static bool send_sci(const struct macsec_secy *secy) in send_sci()
293 const struct macsec_secy *secy, u32 pn, in macsec_fill_sectag()
454 static void __macsec_pn_wrapped(struct macsec_secy *secy, in __macsec_pn_wrapped()
463 void macsec_pn_wrapped(struct macsec_secy *secy, struct macsec_tx_sa *tx_sa) in macsec_pn_wrapped()
472 struct macsec_secy *secy) in tx_sa_update_pn()
593 struct macsec_secy *secy; in macsec_encrypt()
723 static bool macsec_post_decrypt(struct sk_buff *skb, struct macsec_secy *secy, u32 pn) in macsec_post_decrypt()
874 struct macsec_secy *secy) in macsec_decrypt()
971 static struct macsec_rx_sc *find_rx_sc(struct macsec_secy *secy, sci_t sci) in find_rx_sc()
[all …]
/OK3568_Linux_fs/kernel/include/net/
H A Dmacsec.h214 struct macsec_secy { struct
240 struct macsec_secy *secy; argument
291 void macsec_pn_wrapped(struct macsec_secy *secy, struct macsec_tx_sa *tx_sa);
/OK3568_Linux_fs/kernel/drivers/net/phy/mscc/
H A Dmscc.h376 struct macsec_secy *secy;
H A Dmscc_macsec.c787 struct macsec_secy *secy = ctx->secy; in vsc8584_macsec_add_secy()