Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/bxe/
Dbxe_elink.h479 #define PHY_OVER_CURRENT_FLAG (1<<4) macro
Dbxe_elink.c14687 if ((vars->phy_flags & PHY_OVER_CURRENT_FLAG) == 0) { in elink_check_over_curr()
14695 vars->phy_flags |= PHY_OVER_CURRENT_FLAG; in elink_check_over_curr()
14699 vars->phy_flags &= ~PHY_OVER_CURRENT_FLAG; in elink_check_over_curr()