mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
nvethernet: Macsec Bring up on T264
Ported from - https://git-master.nvidia.com/r/c/nvethernet-docs/+/2904856 Bug 4122114 Change-Id: I3be0d8c545f4edac678f5444044aa5ccd54b08fe Signed-off-by: Mahesh Patil <maheshp@nvidia.com>
This commit is contained in:
committed by
Bhadram Varka
parent
2b4c6bc2fb
commit
501aeb6edc
@@ -7,8 +7,7 @@
|
||||
#include <osi_macsec.h>
|
||||
#include <linux/random.h>
|
||||
#include <net/genetlink.h>
|
||||
#include <linux/crypto.h>
|
||||
|
||||
#include <crypto/internal/cipher.h>
|
||||
|
||||
/**
|
||||
* @brief Expected number of inputs in BYP or SCI LUT sysfs config
|
||||
@@ -243,6 +242,8 @@ struct macsec_priv_data {
|
||||
unsigned short next_supp_idx;
|
||||
/** macsec mutex lock */
|
||||
struct mutex lock;
|
||||
/** macsec hw instance id */
|
||||
unsigned int id;
|
||||
/** Macsec enable flag in DT */
|
||||
unsigned int is_macsec_enabled_in_dt;
|
||||
/** Context family name */
|
||||
|
||||
Reference in New Issue
Block a user