Home
last modified time | relevance | path

Searched refs:fw_speed (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_config.c639 u8 fw_speed; in icssg_config_set_speed() local
643 fw_speed = FW_LINK_SPEED_1G; in icssg_config_set_speed()
646 fw_speed = FW_LINK_SPEED_100M; in icssg_config_set_speed()
649 fw_speed = FW_LINK_SPEED_10M; in icssg_config_set_speed()
658 fw_speed |= FW_LINK_SPEED_HD; in icssg_config_set_speed()
660 writeb(fw_speed, emac->dram.va + PORT_LINK_SPEED_OFFSET); in icssg_config_set_speed()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c2961 u16 fw_speed = 0; in bnxt_force_link_speed() local
2966 fw_speed = PORT_PHY_CFG_REQ_FORCE_LINK_SPEED_100MB; in bnxt_force_link_speed()
2971 fw_speed = PORT_PHY_CFG_REQ_FORCE_LINK_SPEED_1GB; in bnxt_force_link_speed()
2975 fw_speed = PORT_PHY_CFG_REQ_FORCE_LINK_SPEED_2_5GB; in bnxt_force_link_speed()
2980 fw_speed = PORT_PHY_CFG_REQ_FORCE_LINK_SPEED_10GB; in bnxt_force_link_speed()
2984 fw_speed = PORT_PHY_CFG_REQ_FORCE_LINK_SPEED_20GB; in bnxt_force_link_speed()
2991 fw_speed = PORT_PHY_CFG_REQ_FORCE_LINK_SPEED_25GB; in bnxt_force_link_speed()
2996 fw_speed = PORT_PHY_CFG_REQ_FORCE_LINK_SPEED_40GB; in bnxt_force_link_speed()
3004 fw_speed = PORT_PHY_CFG_REQ_FORCE_LINK_SPEED_50GB; in bnxt_force_link_speed()
3007 fw_speed = PORT_PHY_CFG_REQ_FORCE_PAM4_LINK_SPEED_50GB; in bnxt_force_link_speed()
[all …]
H A Dbnxt.c2741 u16 fw_speed = bnxt_get_force_speed(link_info); in bnxt_async_event_process() local
2742 u32 speed = bnxt_fw_to_ethtool_speed(fw_speed); in bnxt_async_event_process()
/linux/drivers/phy/marvell/
H A Dphy-mvebu-cp110-comphy.c770 int fw_mode, fw_speed; in mvebu_comphy_power_on() local
786 fw_speed = 0; in mvebu_comphy_power_on()
791 fw_speed = COMPHY_FW_SPEED_1250; in mvebu_comphy_power_on()
796 fw_speed = COMPHY_FW_SPEED_3125; in mvebu_comphy_power_on()
801 fw_speed = COMPHY_FW_SPEED_515625; in mvebu_comphy_power_on()
806 fw_speed = COMPHY_FW_SPEED_103125; in mvebu_comphy_power_on()
813 fw_param = COMPHY_FW_PARAM_ETH(fw_mode, lane->port, fw_speed); in mvebu_comphy_power_on()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x550.c472 u16 fw_speed; member
507 if (phy_speeds & ixgbe_fw_map[i].fw_speed) in ixgbe_get_phy_id_fw()
595 setup[0] |= ixgbe_fw_map[i].fw_speed; in ixgbe_setup_fw_link()