net/mlx5: Fix fields name prefix in MACsec
Fix ifc fields name to be consistent with the device spec document.
Fixes: 8385c51ff5
("net/mlx5: Introduce MACsec Connect-X offload hardware bits and structures")
Signed-off-by: Emeel Hakim <ehakim@nvidia.com>
Reviewed-by: Tariq Toukan <tariqt@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
0a6e9b718d
commit
21803630c4
|
@ -11585,15 +11585,15 @@ struct mlx5_ifc_macsec_offload_obj_bits {
|
|||
|
||||
u8 confidentiality_en[0x1];
|
||||
u8 reserved_at_41[0x1];
|
||||
u8 esn_en[0x1];
|
||||
u8 esn_overlap[0x1];
|
||||
u8 epn_en[0x1];
|
||||
u8 epn_overlap[0x1];
|
||||
u8 reserved_at_44[0x2];
|
||||
u8 confidentiality_offset[0x2];
|
||||
u8 reserved_at_48[0x4];
|
||||
u8 aso_return_reg[0x4];
|
||||
u8 reserved_at_50[0x10];
|
||||
|
||||
u8 esn_msb[0x20];
|
||||
u8 epn_msb[0x20];
|
||||
|
||||
u8 reserved_at_80[0x8];
|
||||
u8 dekn[0x18];
|
||||
|
|
Loading…
Reference in New Issue