Searched refs:eth_proto_oper (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_ethtool.c | 1104 u32 eth_proto_oper, bool force_legacy, in get_link_properties() argument 1117 info = mlx5_port_ptys2info(priv->mdev, eth_proto_oper, force_legacy); in get_link_properties() 1214 u32 eth_proto_oper; in mlx5e_ethtool_get_link_ksettings() local 1249 eth_proto_oper = MLX5_GET_ETH_PROTO(ptys_reg, out, admin_ext, in mlx5e_ethtool_get_link_ksettings() 1250 eth_proto_oper); in mlx5e_ethtool_get_link_ksettings() 1265 get_link_properties(priv->netdev, eth_proto_oper, !admin_ext, in mlx5e_ethtool_get_link_ksettings() 1268 eth_proto_oper = eth_proto_oper ? eth_proto_oper : eth_proto_cap; in mlx5e_ethtool_get_link_ksettings() 1271 link_ksettings->base.port = get_connector_port(mdev, eth_proto_oper, connector_type); in mlx5e_ethtool_get_link_ksettings()
|
H A D | port.c | 1130 eproto->oper = MLX5_GET_ETH_PROTO(ptys_reg, out, ext, eth_proto_oper); in mlx5_port_query_eth_proto() 1162 u32 eth_proto_oper, in mlx5_port_ptys2info() argument 1165 unsigned long temp = eth_proto_oper; in mlx5_port_ptys2info()
|
H A D | mlx5_core.h | 379 u32 eth_proto_oper,
|
/linux/drivers/infiniband/hw/mlx5/ |
H A D | main.c | 378 static int translate_eth_legacy_proto_oper(u32 eth_proto_oper, in translate_eth_legacy_proto_oper() argument 381 switch (eth_proto_oper) { in translate_eth_legacy_proto_oper() 436 static int translate_eth_ext_proto_oper(u32 eth_proto_oper, u16 *active_speed, in translate_eth_ext_proto_oper() argument 439 switch (eth_proto_oper) { in translate_eth_ext_proto_oper() 520 static int translate_eth_proto_oper(u32 eth_proto_oper, u16 *active_speed, in translate_eth_proto_oper() argument 524 translate_eth_ext_proto_oper(eth_proto_oper, active_speed, in translate_eth_proto_oper() 526 translate_eth_legacy_proto_oper(eth_proto_oper, active_speed, in translate_eth_proto_oper() 568 eth_prot_oper = MLX5_GET_ETH_PROTO(ptys_reg, out, ext, eth_proto_oper); in mlx5_query_port_roce()
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum.c | 1211 u32 eth_proto_cap, eth_proto_admin, eth_proto_oper; in mlxsw_sp_port_speed_by_width_set() local 1229 ð_proto_admin, ð_proto_oper); in mlxsw_sp_port_speed_by_width_set() 1242 u32 eth_proto_oper; in mlxsw_sp_port_speed_get() local 1253 ð_proto_oper); in mlxsw_sp_port_speed_get() 1254 *speed = port_type_speed_ops->from_ptys_speed(mlxsw_sp, eth_proto_oper); in mlxsw_sp_port_speed_get()
|
/linux/include/linux/mlx4/ |
H A D | device.h | 1583 __be32 eth_proto_oper; member
|
/linux/include/linux/mlx5/ |
H A D | mlx5_ifc.h | 10042 u8 eth_proto_oper[0x20]; 10032 u8 eth_proto_oper[0x20]; global() member
|