net/txgbe/base: support handling backplane AN73 flow
[dpdk.git] / drivers / net / txgbe / base / txgbe_hw.c
index 521cb46..9a82a32 100644 (file)
@@ -2574,6 +2574,9 @@ s32 txgbe_init_phy_raptor(struct txgbe_hw *hw)
                                  txgbe_get_copper_link_capabilities;
        }
 
+       if (phy->media_type == txgbe_media_type_backplane)
+               mac->kr_handle = txgbe_kr_handle;
+
        /* Set necessary function pointers based on PHY type */
        switch (hw->phy.type) {
        case txgbe_phy_tn: