I am replicating the " enet_txrx_transfer " example from the SDK on our board. Just changed the pin numbers for INT and RST as per our board. This example works fine on the EVK board.
However, I see that on our board the " PHY_KSZ8081_GetAutoNegotiationStatus() " and the " PHY_KSZ8081_GetLinkStatus() " do not read the Basic Status register of the KSZ8081 correctly. As a result The program cannot detect link status / receive frames / auto negotiate.