Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dswitchx2.c825 u32 eth_proto_new; in mlxsw_sx_port_set_link_ksettings() local
837 eth_proto_new = cmd->base.autoneg == AUTONEG_ENABLE ? in mlxsw_sx_port_set_link_ksettings()
850 eth_proto_new = eth_proto_new & eth_proto_cap; in mlxsw_sx_port_set_link_ksettings()
851 if (!eth_proto_new) { in mlxsw_sx_port_set_link_ksettings()
855 if (eth_proto_new == eth_proto_admin) in mlxsw_sx_port_set_link_ksettings()
859 eth_proto_new, true); in mlxsw_sx_port_set_link_ksettings()
Dspectrum.c3340 u32 eth_proto_cap, eth_proto_new; in mlxsw_sp_port_set_link_ksettings() local
3354 eth_proto_new = autoneg ? in mlxsw_sp_port_set_link_ksettings()
3360 eth_proto_new = eth_proto_new & eth_proto_cap; in mlxsw_sp_port_set_link_ksettings()
3361 if (!eth_proto_new) { in mlxsw_sp_port_set_link_ksettings()
3367 eth_proto_new, autoneg); in mlxsw_sp_port_set_link_ksettings()