Searched refs:rxsa (Results 1 – 3 of 3) sorted by relevance
841 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()
95 } rxsa; member
484 struct add_rx_sa rxsa; member