Home
last modified time | relevance | path

Searched refs:phy_link (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/axgbe/
H A Dxgbe-mdio.c1088 pdata->phy_link, pdata->phy.link, in xgbe_phy_adjust_link()
1120 if (pdata->phy_link != pdata->phy.link) { in xgbe_phy_adjust_link()
1122 pdata->phy_link = pdata->phy.link; in xgbe_phy_adjust_link()
1124 } else if (pdata->phy_link) { in xgbe_phy_adjust_link()
1126 pdata->phy_link = 0; in xgbe_phy_adjust_link()
1130 axgbe_printf(2, "phy_link %d Link %d new_state %d\n", pdata->phy_link, in xgbe_phy_adjust_link()
H A Dif_axgbe_pci.c353 pdata->phy_link); in axgbe_miibus_statchg()
377 pdata->phy_link = 0; in axgbe_miibus_statchg()
860 pdata->phy_link = pdata->phy.link; in xgbe_service()
1499 pdata->phy_link = -1; in axgbe_if_attach_post()
2306 pdata->phy_link, sc->link_status, pdata->phy.speed); in axgbe_if_update_admin_status()
2308 if (pdata->phy_link < 0) in axgbe_if_update_admin_status()
2311 if (pdata->phy_link) { in axgbe_if_update_admin_status()
H A Dxgbe.h1216 int phy_link; member
/freebsd/sys/dev/ixgbe/
H A Dixgbe_phy.c1000 u16 phy_link = 0; in ixgbe_check_phy_link_tnx() local
1021 phy_link = phy_data & IXGBE_MDIO_VENDOR_SPECIFIC_1_LINK_STATUS; in ixgbe_check_phy_link_tnx()
1024 if (phy_link == IXGBE_MDIO_VENDOR_SPECIFIC_1_LINK_STATUS) { in ixgbe_check_phy_link_tnx()