Home
last modified time | relevance | path

Searched refs:ssr (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/netif/mii_layer/
HDjmphy.c219 int bmcr, ssr; in jmphy_status() local
224 ssr = PHY_READ(sc, JMPHY_SSR); in jmphy_status()
225 if ((ssr & JMPHY_SSR_LINK_UP) != 0) in jmphy_status()
238 if ((ssr & JMPHY_SSR_SPD_DPLX_RESOLVED) == 0) { in jmphy_status()
244 switch ((ssr & JMPHY_SSR_SPEED_MASK)) { in jmphy_status()
267 if ((ssr & JMPHY_SSR_DUPLEX) != 0) in jmphy_status()
HDatphy.c262 uint32_t bmsr, bmcr, ssr; in atphy_status() local
281 ssr = PHY_READ(sc, ATPHY_SSR); in atphy_status()
282 if ((ssr & ATPHY_SSR_SPD_DPLX_RESOLVED) == 0) { in atphy_status()
288 switch (ssr & ATPHY_SSR_SPEED_MASK) { in atphy_status()
311 if ((ssr & ATPHY_SSR_DUPLEX) != 0) in atphy_status()
HDe1000phy.c463 int bmsr, bmcr, gsr, ssr, ar, lpar; in e1000phy_status() local
470 ssr = PHY_READ(sc, E1000_SSR); in e1000phy_status()
479 (ssr & E1000_SSR_SPD_DPLX_RESOLVED) == 0) { in e1000phy_status()
486 switch (ssr & E1000_SSR_SPEED) { in e1000phy_status()
508 if (ssr & E1000_SSR_DUPLEX) in e1000phy_status()
/dragonfly/usr.sbin/sdpd/
HDMakefile7 sd.c server.c sp.c srr.c ssar.c ssr.c sur.c uuid.c
/dragonfly/sys/netgraph7/pptpgre/
HDng_pptpgre.c79 u_char ssr:1; /* strict source route */ member
92 u_char ssr:1; /* strict source route */
/dragonfly/sys/netgraph/pptpgre/
HDng_pptpgre.c79 u_char ssr:1; /* strict source route */ member
92 u_char ssr:1; /* strict source route */
/dragonfly/contrib/binutils-2.27/gas/doc/
HDc-sh64.texi123 @samp{ssr}, @samp{pssr}, @samp{intevt}, @samp{expevt}, @samp{pexpevt},