Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.h481 struct ixgbe_macsec_setting macsec_setting; member
538 (&((struct ixgbe_adapter *)adapter)->macsec_setting)
773 struct ixgbe_macsec_setting *macsec_setting);
778 struct ixgbe_macsec_setting *macsec_setting);
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.c2556 struct ixgbe_macsec_setting *macsec_setting = in ixgbe_dev_start() local
2815 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() argument
8308 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() argument
8330 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()