Searched refs:phy_link (Results 1 - 6 of 6) sorted by relevance

/drivers/staging/octeon/
H A Dethernet-rgmii.c227 || gmx_rx_int_reg.s.phy_link
242 gmx_rx_int_reg.s.phy_link = 1;
272 || gmx_rx_int_reg.s.phy_link
287 gmx_rx_int_reg.s.phy_link = 1;
398 gmx_rx_int_en.s.phy_link = 1;
436 gmx_rx_int_en.s.phy_link = 0;
/drivers/net/ethernet/ibm/ehea/
H A Dehea.h464 u8 phy_link; member in struct:ehea_port
H A Dehea_main.c1153 if (!prop_carrier_state || (port->phy_link == EHEA_PHY_LINK_UP))
1208 port->phy_link = EHEA_PHY_LINK_UP;
1214 port->phy_link = EHEA_PHY_LINK_DOWN;
/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c577 if (phydev->link != pdata->phy_link) {
579 pdata->phy_link = 1;
581 } else if (pdata->phy_link) {
583 pdata->phy_link = 0;
597 pdata->phy_link = -1;
H A Dxgbe.h646 int phy_link; member in struct:xgbe_prv_data
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c595 u16 phy_link = 0; local
614 phy_link = phy_data &
618 if (phy_link == IXGBE_MDIO_VENDOR_SPECIFIC_1_LINK_STATUS) {

Completed in 441 milliseconds