Searched refs:eth_proto_oper (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_ethtool.c | 488 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()
|
D | port.c | 183 *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/ |
D | switchx2.c | 736 u32 eth_proto_oper; in mlxsw_sx_port_get_settings() local 746 ð_proto_admin, ð_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()
|
D | spectrum.c | 1088 u32 eth_proto_oper; in mlxsw_sp_port_get_settings() local 1098 ð_proto_admin, ð_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()
|
D | reg.h | 1389 MLXSW_ITEM32(reg, ptys, eth_proto_oper, 0x24, 0, 32);
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_ethtool.c | 553 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/ |
D | device.h | 1516 __be32 eth_proto_oper; member
|
/linux-4.4.14/include/linux/mlx5/ |
D | mlx5_ifc.h | 6076 u8 eth_proto_oper[0x20]; member
|