Home
last modified time | relevance | path

Searched refs:eth_proto_lp (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c708 static void get_lp_advertising(u32 eth_proto_lp, in get_lp_advertising() argument
713 ptys2ethtool_adver_link(lp_advertising, eth_proto_lp); in get_lp_advertising()
726 u32 eth_proto_lp; in mlx5e_get_link_ksettings() local
743 eth_proto_lp = MLX5_GET(ptys_reg, out, eth_proto_lp_advertise); in mlx5e_get_link_ksettings()
763 get_lp_advertising(eth_proto_lp, link_ksettings); in mlx5e_get_link_ksettings()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.c2421 mlxsw_sp_port_get_link_lp_advertise(u32 eth_proto_lp, u8 autoneg_status, in mlxsw_sp_port_get_link_lp_advertise() argument
2424 if (autoneg_status != MLXSW_REG_PTYS_AN_STATUS_OK || !eth_proto_lp) in mlxsw_sp_port_get_link_lp_advertise()
2428 mlxsw_sp_from_ptys_link(eth_proto_lp, cmd->link_modes.lp_advertising); in mlxsw_sp_port_get_link_lp_advertise()
2434 u32 eth_proto_cap, eth_proto_admin, eth_proto_oper, eth_proto_lp; in mlxsw_sp_port_get_link_ksettings() local
2454 eth_proto_lp = mlxsw_reg_ptys_eth_proto_lp_advertise_get(ptys_pl); in mlxsw_sp_port_get_link_ksettings()
2456 mlxsw_sp_port_get_link_lp_advertise(eth_proto_lp, autoneg_status, cmd); in mlxsw_sp_port_get_link_ksettings()