Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c1789 u16 fw_speed = 0; in bnxt_force_link_speed() local
1794 fw_speed = PORT_PHY_CFG_REQ_FORCE_LINK_SPEED_100MB; in bnxt_force_link_speed()
1798 fw_speed = PORT_PHY_CFG_REQ_FORCE_LINK_SPEED_1GB; in bnxt_force_link_speed()
1802 fw_speed = PORT_PHY_CFG_REQ_FORCE_LINK_SPEED_2_5GB; in bnxt_force_link_speed()
1806 fw_speed = PORT_PHY_CFG_REQ_FORCE_LINK_SPEED_10GB; in bnxt_force_link_speed()
1810 fw_speed = PORT_PHY_CFG_REQ_FORCE_LINK_SPEED_20GB; in bnxt_force_link_speed()
1814 fw_speed = PORT_PHY_CFG_REQ_FORCE_LINK_SPEED_25GB; in bnxt_force_link_speed()
1818 fw_speed = PORT_PHY_CFG_REQ_FORCE_LINK_SPEED_40GB; in bnxt_force_link_speed()
1822 fw_speed = PORT_PHY_CFG_REQ_FORCE_LINK_SPEED_50GB; in bnxt_force_link_speed()
1824 fw_speed = PORT_PHY_CFG_REQ_FORCE_PAM4_LINK_SPEED_50GB; in bnxt_force_link_speed()
[all …]
Dbnxt.c2227 u16 fw_speed = link_info->force_link_speed; in bnxt_async_event_process() local
2228 u32 speed = bnxt_fw_to_ethtool_speed(fw_speed); in bnxt_async_event_process()
/linux-6.1.9/drivers/phy/marvell/
Dphy-mvebu-cp110-comphy.c769 int fw_mode, fw_speed; in mvebu_comphy_power_on() local
785 fw_speed = 0; in mvebu_comphy_power_on()
790 fw_speed = COMPHY_FW_SPEED_1250; in mvebu_comphy_power_on()
795 fw_speed = COMPHY_FW_SPEED_3125; in mvebu_comphy_power_on()
800 fw_speed = COMPHY_FW_SPEED_515625; in mvebu_comphy_power_on()
805 fw_speed = COMPHY_FW_SPEED_103125; in mvebu_comphy_power_on()
812 fw_param = COMPHY_FW_PARAM_ETH(fw_mode, lane->port, fw_speed); in mvebu_comphy_power_on()
/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x550.c470 u16 fw_speed; member
505 if (phy_speeds & ixgbe_fw_map[i].fw_speed) in ixgbe_get_phy_id_fw()
593 setup[0] |= ixgbe_fw_map[i].fw_speed; in ixgbe_setup_fw_link()