Searched refs:link_speed (Results 1 – 3 of 3) sorted by relevance
564 enum eth_xlnx_link_speed link_speed; in phy_xlnx_gem_marvell_alaska_poll_lspd() local583 link_speed = LINK_10MBIT; in phy_xlnx_gem_marvell_alaska_poll_lspd()586 link_speed = LINK_100MBIT; in phy_xlnx_gem_marvell_alaska_poll_lspd()589 link_speed = LINK_1GBIT; in phy_xlnx_gem_marvell_alaska_poll_lspd()592 link_speed = LINK_DOWN; in phy_xlnx_gem_marvell_alaska_poll_lspd()596 return link_speed; in phy_xlnx_gem_marvell_alaska_poll_lspd()798 enum eth_xlnx_link_speed link_speed; in phy_xlnx_gem_ti_dp83822_poll_lspd() local808 link_speed = LINK_10MBIT; in phy_xlnx_gem_ti_dp83822_poll_lspd()810 link_speed = LINK_100MBIT; in phy_xlnx_gem_ti_dp83822_poll_lspd()813 link_speed = LINK_DOWN; in phy_xlnx_gem_ti_dp83822_poll_lspd()[all …]
427 (DT_INST_PROP(port, link_speed)),\
59 enum eth_dwc_xgmac_link_speed link_speed; member443 enum eth_dwc_xgmac_link_speed link_speed) in eth_dwc_xgmac_update_link_speed() argument451 switch (link_speed) { in eth_dwc_xgmac_update_link_speed()521 eth_dwc_xgmac_update_link_speed(dev, data->link_speed); in dwxgmac_mac_init()883 if (!data->dev_started || data->link_speed == LINK_DOWN || in eth_dwc_xgmac_isr()1034 dev_data->link_speed = LINK_1GBIT; in phy_link_state_change_callback()1038 dev_data->link_speed = LINK_100MBIT; in phy_link_state_change_callback()1043 dev_data->link_speed = LINK_10MBIT; in phy_link_state_change_callback()1046 eth_dwc_xgmac_update_link_speed(mac_dev, dev_data->link_speed); in phy_link_state_change_callback()1052 dev_data->link_speed = LINK_DOWN; in phy_link_state_change_callback()[all …]