Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/prestera/
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()
197 phylink_disconnect_phy(port->phy_link); in prestera_port_close()
374 struct phylink *phy_link; in prestera_port_sfp_bind() local
417 phy_link = phylink_create(&port->phy_config, fwnode, in prestera_port_sfp_bind()
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()
[all …]
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()
Dprestera.h158 struct phylink *phy_link; member
/Linux-v6.6/arch/mips/include/asm/octeon/
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 …]
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;
/Linux-v6.6/drivers/staging/octeon/
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
/Linux-v6.6/drivers/net/ethernet/amd/xgbe/
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()
Dxgbe.h1257 int phy_link; member
Dxgbe-drv.c1161 pdata->phy_link = -1; in xgbe_phy_reset()
/Linux-v6.6/drivers/net/ethernet/ibm/ehea/
Dehea.h451 u8 phy_link; member
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()
/Linux-v6.6/drivers/net/ethernet/intel/ixgbe/
Dixgbe_phy.c1287 u16 phy_link = 0; in ixgbe_check_phy_link_tnx() local
1306 phy_link = phy_data & in ixgbe_check_phy_link_tnx()
1310 if (phy_link == IXGBE_MDIO_VENDOR_SPECIFIC_1_LINK_STATUS) { in ixgbe_check_phy_link_tnx()