Searched refs:txsa (Results 1 – 3 of 3) sorted by relevance
823 msg_macsec.txsa.index = aqcfg->txsa.idx; in atl_dev_configure_macsec()824 msg_macsec.txsa.next_pn = aqcfg->txsa.pn; in atl_dev_configure_macsec()826 msg_macsec.txsa.key[0] = rte_bswap32(aqcfg->txsa.key[3]); in atl_dev_configure_macsec()827 msg_macsec.txsa.key[1] = rte_bswap32(aqcfg->txsa.key[2]); in atl_dev_configure_macsec()828 msg_macsec.txsa.key[2] = rte_bswap32(aqcfg->txsa.key[1]); in atl_dev_configure_macsec()829 msg_macsec.txsa.key[3] = rte_bswap32(aqcfg->txsa.key[0]); in atl_dev_configure_macsec()913 cfg->aq_macsec.txsa.idx = idx; in atl_macsec_select_txsa()914 cfg->aq_macsec.txsa.pn = pn; in atl_macsec_select_txsa()915 cfg->aq_macsec.txsa.an = an; in atl_macsec_select_txsa()917 memcpy(&cfg->aq_macsec.txsa.key, key, 16); in atl_macsec_select_txsa()
83 } txsa; member
485 struct add_tx_sa txsa; member