Searched refs:repl_prot (Results 1 – 4 of 4) sorted by relevance
13 uint8_t encr, uint8_t repl_prot) in rte_pmd_atl_macsec_enable() argument24 return atl_macsec_enable(dev, encr, repl_prot); in rte_pmd_atl_macsec_enable()
36 int rte_pmd_atl_macsec_enable(uint16_t port, uint8_t encr, uint8_t repl_prot);
107 int atl_macsec_enable(struct rte_eth_dev *dev, uint8_t encr, uint8_t repl_prot);
858 uint8_t encr, uint8_t repl_prot) in atl_macsec_enable() argument865 cfg->aq_macsec.common.replay_protection_enabled = repl_prot; in atl_macsec_enable()