mirror of
git://nv-tegra.nvidia.com/kernel/nvethernetrm.git
synced 2025-12-24 10:34:24 +03:00
nvethernetrm: Enable key program through TZ
Enabling macsec key's programming using TZ Bug 3246511 Change-Id: I1e7633b042e1ebedef78fff9812aeaaa2480a1c4 Signed-off-by: Mahesh Patil <maheshp@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/kernel/nvethernetrm/+/2478489 Reviewed-by: Bhadram Varka <vbhadram@nvidia.com>
This commit is contained in:
committed by
Bhadram Varka
parent
17756932dc
commit
4562e552e4
@@ -580,6 +580,7 @@ struct osi_xtra_stat_counters {
|
||||
nveu64_t link_disconnect_count;
|
||||
};
|
||||
|
||||
#ifdef MACSEC_SUPPORT
|
||||
/**
|
||||
* @brief The structure hold macsec statistics counters
|
||||
*/
|
||||
@@ -624,5 +625,5 @@ struct osi_macsec_mmc_counters {
|
||||
/** This counter provides the number of out octets protected */
|
||||
unsigned long long tx_octets_protected;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif /* MACSEC_SUPPORT */
|
||||
#endif /* INCLUDED_MMC_H */
|
||||
Reference in New Issue
Block a user