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

/linux-master/include/linux/mlx5/
H A Dport.h232 u32 mlx5_port_ptys2speed(struct mlx5_core_dev *mdev, u32 eth_proto_oper,
H A Dmlx5_ifc.h9643 u8 eth_proto_oper[0x20]; member in struct:mlx5_ifc_ptys_reg_bits
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c1078 u32 eth_proto_oper, bool force_legacy,
1089 speed = mlx5_port_ptys2speed(priv->mdev, eth_proto_oper, force_legacy);
1187 u32 eth_proto_oper; local
1222 eth_proto_oper = MLX5_GET_ETH_PROTO(ptys_reg, out, admin_ext,
1223 eth_proto_oper);
1238 get_speed_duplex(priv->netdev, eth_proto_oper, !admin_ext,
1241 eth_proto_oper = eth_proto_oper ? eth_proto_oper : eth_proto_cap;
1244 link_ksettings->base.port = get_connector_port(mdev, eth_proto_oper, connector_typ
1077 get_speed_duplex(struct net_device *netdev, u32 eth_proto_oper, bool force_legacy, u16 data_rate_oper, struct ethtool_link_ksettings *link_ksettings) argument
[all...]
H A Dport.c1124 eproto->oper = MLX5_GET_ETH_PROTO(ptys_reg, out, ext, eth_proto_oper);
1154 u32 mlx5_port_ptys2speed(struct mlx5_core_dev *mdev, u32 eth_proto_oper, argument
1157 unsigned long temp = eth_proto_oper;
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmain.c335 static int translate_eth_legacy_proto_oper(u32 eth_proto_oper, argument
338 switch (eth_proto_oper) {
393 static int translate_eth_ext_proto_oper(u32 eth_proto_oper, u16 *active_speed, argument
396 switch (eth_proto_oper) {
465 static int translate_eth_proto_oper(u32 eth_proto_oper, u16 *active_speed, argument
469 translate_eth_ext_proto_oper(eth_proto_oper, active_speed,
471 translate_eth_legacy_proto_oper(eth_proto_oper, active_speed,
513 eth_prot_oper = MLX5_GET_ETH_PROTO(ptys_reg, out, ext, eth_proto_oper);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ethtool.c954 u32 eth_proto_cap, eth_proto_admin, eth_proto_oper; local
963 &eth_proto_oper, &connector_type);
977 eth_proto_oper, cmd);
H A Dspectrum.c1362 u32 eth_proto_cap, eth_proto_admin, eth_proto_oper; local
1380 &eth_proto_admin, &eth_proto_oper);
1393 u32 eth_proto_oper; local
1404 &eth_proto_oper);
1405 *speed = port_type_speed_ops->from_ptys_speed(mlxsw_sp, eth_proto_oper);
H A Dreg.h4856 MLXSW_ITEM32(reg, ptys, eth_proto_oper, 0x24, 0, 32);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c587 u32 eth_proto = be32_to_cpu(ptys_reg->eth_proto_oper);
770 en_dbg(DRV, priv, "ptys_reg.eth_proto_oper %x\n",
771 be32_to_cpu(ptys_reg.eth_proto_oper));
/linux-master/include/linux/mlx4/
H A Ddevice.h1584 __be32 eth_proto_oper; member in struct:mlx4_ptys_reg

Completed in 647 milliseconds