Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dif_bnx.c1111 if ((sc->bnx_phy_flags & BNX_PHY_IEEE_CLAUSE_45_FLAG) != 0) { in bnx_miibus_read_reg()
1195 if ((sc->bnx_phy_flags & BNX_PHY_IEEE_CLAUSE_45_FLAG) != 0) { in bnx_miibus_write_reg()
2249 sc->bnx_phy_flags |= BNX_PHY_IEEE_CLAUSE_45_FLAG; in bnx_get_media()
2284 if (sc->bnx_phy_flags & BNX_PHY_IEEE_CLAUSE_45_FLAG) { in bnx_init_media()
Dif_bnxreg.h55 #define BNX_PHY_IEEE_CLAUSE_45_FLAG 0x400 macro