Home
last modified time | relevance | path

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

/dpdk/drivers/net/ixgbe/
H A Drte_pmd_ixgbe.c519 struct ixgbe_macsec_setting macsec_setting; in rte_pmd_ixgbe_macsec_enable() local
528 macsec_setting.offload_en = 1; in rte_pmd_ixgbe_macsec_enable()
529 macsec_setting.encrypt_en = en; in rte_pmd_ixgbe_macsec_enable()
530 macsec_setting.replayprotect_en = rp; in rte_pmd_ixgbe_macsec_enable()
532 ixgbe_dev_macsec_setting_save(dev, &macsec_setting); in rte_pmd_ixgbe_macsec_enable()
534 ixgbe_dev_macsec_register_enable(dev, &macsec_setting); in rte_pmd_ixgbe_macsec_enable()
H A Dixgbe_ethdev.h476 struct ixgbe_macsec_setting macsec_setting; member
532 (&((struct ixgbe_adapter *)adapter)->macsec_setting)
764 struct ixgbe_macsec_setting *macsec_setting);
769 struct ixgbe_macsec_setting *macsec_setting);
H A Dixgbe_ethdev.c2578 struct ixgbe_macsec_setting *macsec_setting = in ixgbe_dev_start() local
2835 if (macsec_setting->offload_en) in ixgbe_dev_start()
2836 ixgbe_dev_macsec_register_enable(dev, macsec_setting); in ixgbe_dev_start()
8109 struct ixgbe_macsec_setting *macsec_setting) in ixgbe_dev_macsec_setting_save() argument
8114 macsec->offload_en = macsec_setting->offload_en; in ixgbe_dev_macsec_setting_save()
8115 macsec->encrypt_en = macsec_setting->encrypt_en; in ixgbe_dev_macsec_setting_save()
8116 macsec->replayprotect_en = macsec_setting->replayprotect_en; in ixgbe_dev_macsec_setting_save()
8132 struct ixgbe_macsec_setting *macsec_setting) in ixgbe_dev_macsec_register_enable() argument
8136 uint8_t en = macsec_setting->encrypt_en; in ixgbe_dev_macsec_register_enable()
8137 uint8_t rp = macsec_setting->replayprotect_en; in ixgbe_dev_macsec_register_enable()