Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c488 u32 eth_proto_oper, in get_speed_duplex() argument
499 if (eth_proto_oper & MLX5E_PROT_MASK(i)) { in get_speed_duplex()
564 u32 eth_proto_oper; in mlx5e_get_settings() local
577 eth_proto_oper = MLX5_GET(ptys_reg, out, eth_proto_oper); in mlx5e_get_settings()
585 get_speed_duplex(netdev, eth_proto_oper, cmd); in mlx5e_get_settings()
587 eth_proto_oper = eth_proto_oper ? eth_proto_oper : eth_proto_cap; in mlx5e_get_settings()
589 cmd->port = get_connector_port(eth_proto_oper); in mlx5e_get_settings()
Dport.c183 *proto_oper = MLX5_GET(ptys_reg, out, eth_proto_oper); in mlx5_query_port_proto_oper()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
Dswitchx2.c736 u32 eth_proto_oper; in mlxsw_sx_port_get_settings() local
746 &eth_proto_admin, &eth_proto_oper); in mlxsw_sx_port_get_settings()
753 eth_proto_oper, cmd); in mlxsw_sx_port_get_settings()
755 eth_proto_oper = eth_proto_oper ? eth_proto_oper : eth_proto_cap; in mlxsw_sx_port_get_settings()
756 cmd->port = mlxsw_sx_port_connector_port(eth_proto_oper); in mlxsw_sx_port_get_settings()
757 cmd->lp_advertising = mlxsw_sx_from_ptys_advert_link(eth_proto_oper); in mlxsw_sx_port_get_settings()
Dspectrum.c1088 u32 eth_proto_oper; in mlxsw_sp_port_get_settings() local
1098 &eth_proto_admin, &eth_proto_oper); in mlxsw_sp_port_get_settings()
1105 eth_proto_oper, cmd); in mlxsw_sp_port_get_settings()
1107 eth_proto_oper = eth_proto_oper ? eth_proto_oper : eth_proto_cap; in mlxsw_sp_port_get_settings()
1108 cmd->port = mlxsw_sp_port_connector_port(eth_proto_oper); in mlxsw_sp_port_get_settings()
1109 cmd->lp_advertising = mlxsw_sp_from_ptys_advert_link(eth_proto_oper); in mlxsw_sp_port_get_settings()
Dreg.h1389 MLXSW_ITEM32(reg, ptys, eth_proto_oper, 0x24, 0, 32);
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c553 u32 eth_proto = be32_to_cpu(ptys_reg->eth_proto_oper); in ptys_get_active_port()
753 be32_to_cpu(ptys_reg.eth_proto_oper)); in ethtool_get_ptys_settings()
/linux-4.4.14/include/linux/mlx4/
Ddevice.h1516 __be32 eth_proto_oper; member
/linux-4.4.14/include/linux/mlx5/
Dmlx5_ifc.h6076 u8 eth_proto_oper[0x20]; member