Home
last modified time | relevance | path

Searched refs:eth_proto_new (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ethtool.c985 u32 eth_proto_cap, eth_proto_new; in mlxsw_sp_port_set_link_ksettings() local
999 eth_proto_new = autoneg ? in mlxsw_sp_port_set_link_ksettings()
1005 eth_proto_new = eth_proto_new & eth_proto_cap; in mlxsw_sp_port_set_link_ksettings()
1006 if (!eth_proto_new) { in mlxsw_sp_port_set_link_ksettings()
1012 eth_proto_new, autoneg); in mlxsw_sp_port_set_link_ksettings()
H A Dswitchx2.c798 u32 eth_proto_new; in mlxsw_sx_port_set_link_ksettings() local
810 eth_proto_new = cmd->base.autoneg == AUTONEG_ENABLE ? in mlxsw_sx_port_set_link_ksettings()
823 eth_proto_new = eth_proto_new & eth_proto_cap; in mlxsw_sx_port_set_link_ksettings()
824 if (!eth_proto_new) { in mlxsw_sx_port_set_link_ksettings()
828 if (eth_proto_new == eth_proto_admin) in mlxsw_sx_port_set_link_ksettings()
832 eth_proto_new, true); in mlxsw_sx_port_set_link_ksettings()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ethtool.c990 u32 eth_proto_cap, eth_proto_new; in mlxsw_sp_port_set_link_ksettings() local
1004 eth_proto_new = autoneg ? in mlxsw_sp_port_set_link_ksettings()
1009 eth_proto_new = eth_proto_new & eth_proto_cap; in mlxsw_sp_port_set_link_ksettings()
1010 if (!eth_proto_new) { in mlxsw_sp_port_set_link_ksettings()
1016 eth_proto_new, autoneg); in mlxsw_sp_port_set_link_ksettings()

Completed in 7 milliseconds