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

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_elink.h477 #define PHY_OVER_CURRENT_FLAG (1<<4) macro
H A Dbxe_elink.c14685 if ((vars->phy_flags & PHY_OVER_CURRENT_FLAG) == 0) {
14693 vars->phy_flags |= PHY_OVER_CURRENT_FLAG;
14697 vars->phy_flags &= ~PHY_OVER_CURRENT_FLAG;

Completed in 229 milliseconds