Home
last modified time | relevance | path

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

/dpdk/drivers/net/atlantic/
H A Datl_ethdev.c818 msg_macsec.txsa.index = aqcfg->txsa.idx; in atl_dev_configure_macsec()
819 msg_macsec.txsa.next_pn = aqcfg->txsa.pn; in atl_dev_configure_macsec()
821 msg_macsec.txsa.key[0] = rte_bswap32(aqcfg->txsa.key[3]); in atl_dev_configure_macsec()
822 msg_macsec.txsa.key[1] = rte_bswap32(aqcfg->txsa.key[2]); in atl_dev_configure_macsec()
823 msg_macsec.txsa.key[2] = rte_bswap32(aqcfg->txsa.key[1]); in atl_dev_configure_macsec()
824 msg_macsec.txsa.key[3] = rte_bswap32(aqcfg->txsa.key[0]); in atl_dev_configure_macsec()
908 cfg->aq_macsec.txsa.idx = idx; in atl_macsec_select_txsa()
909 cfg->aq_macsec.txsa.pn = pn; in atl_macsec_select_txsa()
910 cfg->aq_macsec.txsa.an = an; in atl_macsec_select_txsa()
912 memcpy(&cfg->aq_macsec.txsa.key, key, 16); in atl_macsec_select_txsa()
H A Datl_types.h83 } txsa; member
/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_utils.h485 struct add_tx_sa txsa; member