Searched refs:PHY_OVER_CURRENT_FLAG (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.h341 #define PHY_OVER_CURRENT_FLAG (1<<4) macro
H A Dbnx2x_link.c13633 if ((vars->phy_flags & PHY_OVER_CURRENT_FLAG) == 0) {
13642 vars->phy_flags |= PHY_OVER_CURRENT_FLAG;
13646 vars->phy_flags &= ~PHY_OVER_CURRENT_FLAG;

Completed in 264 milliseconds