Home
last modified time | relevance | path

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

/netbsd/sys/dev/pci/
H A Dif_bnx.c902 if (sc->bnx_phy_flags & BNX_PHY_SERDES_FLAG) in bnx_attach()
2201 sc->bnx_phy_flags |= BNX_PHY_SERDES_FLAG; in bnx_get_media()
2219 sc->bnx_phy_flags |= BNX_PHY_SERDES_FLAG; in bnx_get_media()
2232 sc->bnx_phy_flags |= BNX_PHY_SERDES_FLAG; in bnx_get_media()
2241 sc->bnx_phy_flags |= BNX_PHY_SERDES_FLAG; in bnx_get_media()
2243 if (sc->bnx_phy_flags & BNX_PHY_SERDES_FLAG) { in bnx_get_media()
H A Dif_bnxreg.h48 #define BNX_PHY_SERDES_FLAG 0x001 macro