From 507a71fe0be3aabf638c52013a22f1afabda0c5a Mon Sep 17 00:00:00 2001 From: Revanth Kumar Uppala Date: Thu, 16 Oct 2025 11:28:07 +0000 Subject: [PATCH] osi: Remove pcs_rx_eq_sw_ovrd_en flag This flag is no more needed as other flag 'force_restart_lane_bringup' is being declared in osd is used. Bug 5017313 Change-Id: Ia5fefb4396e10e9b4e71c1430ea7cafa48f1fe8f Signed-off-by: Revanth Kumar Uppala Reviewed-on: https://git-master.nvidia.com/r/c/kernel/nvethernetrm/+/3471242 Reviewed-by: svcacv GVS: buildbot_gerritrpt Reviewed-by: Srinivas Ramachandran --- include/osi_core.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/osi_core.h b/include/osi_core.h index 6cc1217..3f3d8fd 100644 --- a/include/osi_core.h +++ b/include/osi_core.h @@ -1914,8 +1914,6 @@ struct osi_core_priv_data { nveu32_t skip_usxgmii_an; /** MAC common interrupt received */ nveu32_t mac_common_intr_rcvd; - /** Flag to enable pcs RX EQ SW override logic */ - nveu32_t pcs_rx_eq_sw_ovrd_en; }; /**