Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_bnx.c1101 if ((sc->bnx_phy_flags & BNX_PHY_IEEE_CLAUSE_45_FLAG) != 0) { in bnx_miibus_read_reg()
1183 if ((sc->bnx_phy_flags & BNX_PHY_IEEE_CLAUSE_45_FLAG) != 0) { in bnx_miibus_write_reg()
2233 sc->bnx_phy_flags |= BNX_PHY_IEEE_CLAUSE_45_FLAG; in bnx_get_media()
2268 if (sc->bnx_phy_flags & BNX_PHY_IEEE_CLAUSE_45_FLAG) { in bnx_init_media()
H A Dif_bnxreg.h4791 #define BNX_PHY_IEEE_CLAUSE_45_FLAG 0x400 macro