Searched refs:macsec_setting (Results 1 – 3 of 3) sorted by relevance
481 struct ixgbe_macsec_setting macsec_setting; member538 (&((struct ixgbe_adapter *)adapter)->macsec_setting)773 struct ixgbe_macsec_setting *macsec_setting);778 struct ixgbe_macsec_setting *macsec_setting);
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()
2556 struct ixgbe_macsec_setting *macsec_setting = in ixgbe_dev_start() local2815 if (macsec_setting->offload_en) in ixgbe_dev_start()2816 ixgbe_dev_macsec_register_enable(dev, macsec_setting); in ixgbe_dev_start()8303 struct ixgbe_macsec_setting *macsec_setting) in ixgbe_dev_macsec_setting_save() argument8308 macsec->offload_en = macsec_setting->offload_en; in ixgbe_dev_macsec_setting_save()8309 macsec->encrypt_en = macsec_setting->encrypt_en; in ixgbe_dev_macsec_setting_save()8310 macsec->replayprotect_en = macsec_setting->replayprotect_en; in ixgbe_dev_macsec_setting_save()8326 struct ixgbe_macsec_setting *macsec_setting) in ixgbe_dev_macsec_register_enable() argument8330 uint8_t en = macsec_setting->encrypt_en; in ixgbe_dev_macsec_register_enable()8331 uint8_t rp = macsec_setting->replayprotect_en; in ixgbe_dev_macsec_register_enable()