Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dif_bnx.c907 if (sc->bnx_phy_flags & BNX_PHY_SERDES_FLAG) in bnx_attachhook()
2187 sc->bnx_phy_flags |= BNX_PHY_SERDES_FLAG; in bnx_get_media()
2205 sc->bnx_phy_flags |= BNX_PHY_SERDES_FLAG; in bnx_get_media()
2218 sc->bnx_phy_flags |= BNX_PHY_SERDES_FLAG; in bnx_get_media()
2227 sc->bnx_phy_flags |= BNX_PHY_SERDES_FLAG; in bnx_get_media()
2229 if (sc->bnx_phy_flags & BNX_PHY_SERDES_FLAG) { in bnx_get_media()
Dif_bnxreg.h4784 #define BNX_PHY_SERDES_FLAG 0x001 macro