Searched defs:bfe_read_phy (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe.c340 bfe_read_phy(bfe_t *bfe, uint32_t reg) function
379 if (bfe_read_phy(bfe, MII_CONTROL) &
441 status = bfe_read_phy(bfe, MII_STATUS);
450 status = bfe_read_phy(bfe, MII_STATUS);
559 phyid1 = bfe_read_phy(bfe, MII_PHYIDH);
560 phyid2 = bfe_read_phy(bfe, MII_PHYIDL);
563 bmsr = bfe_read_phy(bfe, MII_STATUS);
564 anar = bfe_read_phy(bfe, MII_AN_ADVERT);
739 bmsr = bfe_read_phy(bfe, MII_STATUS);
742 bmcr = bfe_read_phy(bf
[all...]

Completed in 59 milliseconds