Searched refs:rxsa (Results 1 – 3 of 3) sorted by relevance
836 msg_macsec.rxsa.index = aqcfg->rxsa.idx; in atl_dev_configure_macsec()837 msg_macsec.rxsa.next_pn = aqcfg->rxsa.pn; in atl_dev_configure_macsec()839 msg_macsec.rxsa.key[0] = rte_bswap32(aqcfg->rxsa.key[3]); in atl_dev_configure_macsec()840 msg_macsec.rxsa.key[1] = rte_bswap32(aqcfg->rxsa.key[2]); in atl_dev_configure_macsec()841 msg_macsec.rxsa.key[2] = rte_bswap32(aqcfg->rxsa.key[1]); in atl_dev_configure_macsec()842 msg_macsec.rxsa.key[3] = rte_bswap32(aqcfg->rxsa.key[0]); in atl_dev_configure_macsec()923 cfg->aq_macsec.rxsa.idx = idx; in atl_macsec_select_rxsa()924 cfg->aq_macsec.rxsa.pn = pn; in atl_macsec_select_rxsa()925 cfg->aq_macsec.rxsa.an = an; in atl_macsec_select_rxsa()927 memcpy(&cfg->aq_macsec.rxsa.key, key, 16); in atl_macsec_select_rxsa()
95 } rxsa; member
484 struct add_rx_sa rxsa; member