Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_main.c162 if (port->phy_link) { in prestera_port_open()
163 phylink_start(port->phy_link); in prestera_port_open()
195 if (port->phy_link) { in prestera_port_close()
196 phylink_stop(port->phy_link); in prestera_port_close()
374 struct phylink *phy_link; in prestera_port_sfp_bind() local
420 if (IS_ERR(phy_link)) { in prestera_port_sfp_bind()
422 err = PTR_ERR(phy_link); in prestera_port_sfp_bind()
426 port->phy_link = phy_link; in prestera_port_sfp_bind()
438 if (port->phy_link) in prestera_port_sfp_unbind()
823 if (port->phy_link) in prestera_port_handle_event()
[all …]
H A Dprestera_ethtool.c524 if (port->phy_link) in prestera_ethtool_get_link_ksettings()
525 return phylink_ethtool_ksettings_get(port->phy_link, ecmd); in prestera_ethtool_get_link_ksettings()
654 if (port->phy_link) in prestera_ethtool_set_link_ksettings()
655 return phylink_ethtool_ksettings_set(port->phy_link, ecmd); in prestera_ethtool_set_link_ksettings()
H A Dprestera.h158 struct phylink *phy_link; member
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-gmxx-defs.h825 uint64_t phy_link:1; member
859 uint64_t phy_link:1;
880 uint64_t phy_link:1; member
914 uint64_t phy_link:1;
926 uint64_t phy_link:1; member
960 uint64_t phy_link:1;
1087 uint64_t phy_link:1; member
1121 uint64_t phy_link:1;
1206 uint64_t phy_link:1; member
1240 uint64_t phy_link:1;
[all …]
H A Dcvmx-agl-defs.h620 uint64_t phy_link:1; member
654 uint64_t phy_link:1;
714 uint64_t phy_link:1; member
748 uint64_t phy_link:1;
/openbmc/linux/drivers/staging/octeon/
H A Docteon-stubs.h543 uint64_t phy_link:1; member
575 uint64_t phy_link:1; member
597 uint64_t phy_link:1; member
676 uint64_t phy_link:1; member
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-mdio.c1147 if (pdata->phy_link != pdata->phy.link) { in xgbe_phy_adjust_link()
1149 pdata->phy_link = pdata->phy.link; in xgbe_phy_adjust_link()
1151 } else if (pdata->phy_link) { in xgbe_phy_adjust_link()
1153 pdata->phy_link = 0; in xgbe_phy_adjust_link()
H A Dxgbe.h1257 int phy_link; member
H A Dxgbe-drv.c1175 pdata->phy_link = -1; in xgbe_phy_reset()
/openbmc/linux/drivers/net/ethernet/ibm/ehea/
H A Dehea.h451 u8 phy_link; member
H A Dehea_main.c1130 if (!prop_carrier_state || (port->phy_link == EHEA_PHY_LINK_UP)) in ehea_set_portspeed()
1184 port->phy_link = EHEA_PHY_LINK_UP; in ehea_parse_eqe()
1190 port->phy_link = EHEA_PHY_LINK_DOWN; in ehea_parse_eqe()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c1285 u16 phy_link = 0; in ixgbe_check_phy_link_tnx() local
1304 phy_link = phy_data & in ixgbe_check_phy_link_tnx()
1308 if (phy_link == IXGBE_MDIO_VENDOR_SPECIFIC_1_LINK_STATUS) { in ixgbe_check_phy_link_tnx()