Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/atlantic/
H A Datl_ethdev.c841 msg_macsec.rxsa.index = aqcfg->rxsa.idx; in atl_dev_configure_macsec()
842 msg_macsec.rxsa.next_pn = aqcfg->rxsa.pn; in atl_dev_configure_macsec()
844 msg_macsec.rxsa.key[0] = rte_bswap32(aqcfg->rxsa.key[3]); in atl_dev_configure_macsec()
845 msg_macsec.rxsa.key[1] = rte_bswap32(aqcfg->rxsa.key[2]); in atl_dev_configure_macsec()
846 msg_macsec.rxsa.key[2] = rte_bswap32(aqcfg->rxsa.key[1]); in atl_dev_configure_macsec()
847 msg_macsec.rxsa.key[3] = rte_bswap32(aqcfg->rxsa.key[0]); in atl_dev_configure_macsec()
928 cfg->aq_macsec.rxsa.idx = idx; in atl_macsec_select_rxsa()
929 cfg->aq_macsec.rxsa.pn = pn; in atl_macsec_select_rxsa()
930 cfg->aq_macsec.rxsa.an = an; in atl_macsec_select_rxsa()
932 memcpy(&cfg->aq_macsec.rxsa.key, key, 16); in atl_macsec_select_rxsa()
H A Datl_types.h95 } rxsa; member
/f-stack/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_utils.h484 struct add_rx_sa rxsa; member