/src/sys/dev/mii/ |
ukphy_subr.c | 61 uint16_t bmsr, bmcr, anar, anlpar, gtcr, gtsr, result; local in function:ukphy_status 102 PHY_READ(phy, MII_100T2SR, >sr); 104 gtcr = gtsr = 0; 106 if ((gtcr & GTCR_ADV_1000TFDX) && (gtsr & GTSR_LP_1000TFDX)) 109 (gtsr & GTSR_LP_1000THDX)) 125 (gtsr & GTSR_MS_RES))
|
glxtphy.c | 203 uint16_t bmcr, qsr, gtsr; local in function:glxtphy_status 239 PHY_READ(sc, MII_100T2SR, >sr); 240 if (gtsr & GTSR_MS_RES)
|
gphyter.c | 234 uint16_t bmsr, bmcr, physup, gtsr; local in function:gphyter_status 273 PHY_READ(sc, MII_100T2SR, >sr); 274 if (gtsr & GTSR_MS_RES)
|
ihphy.c | 229 uint16_t esr, bmcr, gtsr; local in function:ihphy_status 261 PHY_READ(sc, MII_100T2SR, >sr); 262 if (gtsr & GTSR_MS_RES)
|
ikphy.c | 285 uint16_t pssr, bmcr, gtsr, kmrn; local in function:ikphy_status 321 PHY_READ(sc, MII_100T2SR, >sr); 322 if (gtsr & GTSR_MS_RES)
|
ciphy.c | 300 uint16_t bmsr, bmcr, gtsr; local in function:ciphy_status 349 PHY_READ(sc, MII_GTSR, >sr); 350 if ((gtsr & GTSR_MS_RES) != 0)
|
ipgphy.c | 261 uint16_t bmsr, bmcr, stat, gtsr; local in function:ipgphy_status 315 PHY_READ(sc, MII_100T2SR, >sr); 316 if (gtsr & GTSR_MS_RES)
|
jmphy.c | 197 uint16_t bmcr, ssr, gtsr; local in function:jmphy_status 253 PHY_READ(sc, MII_GTSR, >sr); 254 if ((gtsr & GTSR_MS_RES) != 0)
|
igphy.c | 425 uint16_t bmcr, pssr, gtsr, bmsr; local in function:igphy_status 458 PHY_READ(sc, MII_100T2SR, >sr); 459 if (gtsr & GTSR_MS_RES) 490 uint16_t reg, gtsr, gtcr; local in function:igphy_smartspeed_workaround 515 PHY_READ(sc, MII_100T2SR, >sr); 516 if (!(gtsr & GTSR_MAN_MS_FLT)) 518 PHY_READ(sc, MII_100T2SR, >sr); 519 if (gtsr & GTSR_MAN_MS_FLT) {
|
rgephy.c | 350 uint16_t gstat, bmsr, bmcr, gtsr, physr, ssr; local in function:rgephy_status 440 PHY_READ(sc, MII_GTSR, >sr); 441 if ((gtsr & GTSR_MS_RES) != 0)
|
brgphy.c | 482 uint16_t bmcr, bmsr, auxsts, gtsr; local in function:brgphy_copper_status 520 PHY_READ(sc, MII_100T2SR, >sr); 521 if (gtsr & GTSR_MS_RES) 527 PHY_READ(sc, MII_100T2SR, >sr); 528 if (gtsr & GTSR_MS_RES)
|