mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
nvethernet: Remove osd callback from osi
Remove calling osd callback from osi to program SAK and program SAK from OSD itself. Bug 3308383 Change-Id: I38192a6d036fda190a6cd8f3a901a79511972614 Signed-off-by: Mahesh Patil <maheshp@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2528694 Reviewed-by: svc_kernel_abi <svc_kernel_abi@nvidia.com> Reviewed-by: Bhadram Varka <vbhadram@nvidia.com> GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
Revanth Kumar Uppala
parent
a79b1f58c0
commit
ddd655451d
@@ -163,22 +163,6 @@ int macsec_open(struct macsec_priv_data *macsec_pdata,
|
||||
void *const genl_info);
|
||||
int macsec_close(struct macsec_priv_data *macsec_pdata);
|
||||
|
||||
/**
|
||||
* @brief macsec_tz_kt_config - Program macsec key table entry.
|
||||
*
|
||||
* @param[in] priv: OSD private data structure.
|
||||
* @param[in] cmd: macsec TZ config cmd
|
||||
* @param[in] kt_config: Pointer to osi_macsec_kt_config structure
|
||||
* @param[in] genl_info: Pointer to netlink msg structure
|
||||
*
|
||||
* @retval 0 on success
|
||||
* @retval negative value on failure.
|
||||
*/
|
||||
int macsec_tz_kt_config(void *priv,
|
||||
unsigned char cmd,
|
||||
void *const kt_config,
|
||||
void *const genl_info);
|
||||
|
||||
#ifdef TEST
|
||||
int macsec_genl_register(void);
|
||||
void macsec_genl_unregister(void);
|
||||
|
||||
Reference in New Issue
Block a user