Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_mii.c1208 bgep->phy_aux_status = aux; in bge_check_copper()
1277 if (bgep->phy_aux_status & MII_AUX_STATUS_NEG_ENABLED_5906) { in bge_check_copper()
1283 bgep->param_link_speed = (bgep->phy_aux_status & in bge_check_copper()
1285 bgep->param_link_duplex = (bgep->phy_aux_status & in bge_check_copper()
H A Dbge_impl.h882 uint16_t phy_aux_status; member