Home
last modified time | relevance | path

Searched refs:eth_proto_oper (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_ethtool.c1075 u32 eth_proto_oper, bool force_legacy, in get_speed_duplex() argument
1086 speed = mlx5_port_ptys2speed(priv->mdev, eth_proto_oper, force_legacy); in get_speed_duplex()
1184 u32 eth_proto_oper; in mlx5e_ethtool_get_link_ksettings() local
1219 eth_proto_oper = MLX5_GET_ETH_PROTO(ptys_reg, out, admin_ext, in mlx5e_ethtool_get_link_ksettings()
1220 eth_proto_oper); in mlx5e_ethtool_get_link_ksettings()
1235 get_speed_duplex(priv->netdev, eth_proto_oper, !admin_ext, in mlx5e_ethtool_get_link_ksettings()
1238 eth_proto_oper = eth_proto_oper ? eth_proto_oper : eth_proto_cap; in mlx5e_ethtool_get_link_ksettings()
1241 link_ksettings->base.port = get_connector_port(mdev, eth_proto_oper, connector_type); in mlx5e_ethtool_get_link_ksettings()
A Dport.c1126 eproto->oper = MLX5_GET_ETH_PROTO(ptys_reg, out, ext, eth_proto_oper); in mlx5_port_query_eth_proto()
1156 u32 mlx5_port_ptys2speed(struct mlx5_core_dev *mdev, u32 eth_proto_oper, in mlx5_port_ptys2speed() argument
1159 unsigned long temp = eth_proto_oper; in mlx5_port_ptys2speed()
/linux/include/linux/mlx5/
A Dport.h233 u32 mlx5_port_ptys2speed(struct mlx5_core_dev *mdev, u32 eth_proto_oper,
A Dmlx5_ifc.h9924 u8 eth_proto_oper[0x20]; member
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_ethtool.c954 u32 eth_proto_cap, eth_proto_admin, eth_proto_oper; in mlxsw_sp_port_get_link_ksettings() local
963 &eth_proto_oper, &connector_type); in mlxsw_sp_port_get_link_ksettings()
977 eth_proto_oper, cmd); in mlxsw_sp_port_get_link_ksettings()
A Dspectrum.c1345 u32 eth_proto_cap, eth_proto_admin, eth_proto_oper; in mlxsw_sp_port_speed_by_width_set() local
1363 &eth_proto_admin, &eth_proto_oper); in mlxsw_sp_port_speed_by_width_set()
1376 u32 eth_proto_oper; in mlxsw_sp_port_speed_get() local
1387 &eth_proto_oper); in mlxsw_sp_port_speed_get()
1388 *speed = port_type_speed_ops->from_ptys_speed(mlxsw_sp, eth_proto_oper); in mlxsw_sp_port_speed_get()
A Dreg.h4856 MLXSW_ITEM32(reg, ptys, eth_proto_oper, 0x24, 0, 32);
/linux/drivers/infiniband/hw/mlx5/
A Dmain.c372 static int translate_eth_legacy_proto_oper(u32 eth_proto_oper, in translate_eth_legacy_proto_oper() argument
375 switch (eth_proto_oper) { in translate_eth_legacy_proto_oper()
430 static int translate_eth_ext_proto_oper(u32 eth_proto_oper, u16 *active_speed, in translate_eth_ext_proto_oper() argument
433 switch (eth_proto_oper) { in translate_eth_ext_proto_oper()
502 static int translate_eth_proto_oper(u32 eth_proto_oper, u16 *active_speed, in translate_eth_proto_oper() argument
506 translate_eth_ext_proto_oper(eth_proto_oper, active_speed, in translate_eth_proto_oper()
508 translate_eth_legacy_proto_oper(eth_proto_oper, active_speed, in translate_eth_proto_oper()
550 eth_prot_oper = MLX5_GET_ETH_PROTO(ptys_reg, out, ext, eth_proto_oper); in mlx5_query_port_roce()
/linux/drivers/net/ethernet/mellanox/mlx4/
A Den_ethtool.c568 u32 eth_proto = be32_to_cpu(ptys_reg->eth_proto_oper); in ptys_get_active_port()
752 be32_to_cpu(ptys_reg.eth_proto_oper)); in ethtool_get_ptys_link_ksettings()
/linux/include/linux/mlx4/
A Ddevice.h1584 __be32 eth_proto_oper; member

Completed in 168 milliseconds