Searched refs:macsec_setting (Results 1 – 3 of 3) sorted by relevance
519 struct ixgbe_macsec_setting macsec_setting; in rte_pmd_ixgbe_macsec_enable() local528 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()
476 struct ixgbe_macsec_setting macsec_setting; member532 (&((struct ixgbe_adapter *)adapter)->macsec_setting)764 struct ixgbe_macsec_setting *macsec_setting);769 struct ixgbe_macsec_setting *macsec_setting);
2578 struct ixgbe_macsec_setting *macsec_setting = in ixgbe_dev_start() local2835 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() argument8114 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() argument8136 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()