Home
last modified time | relevance | path

Searched refs:status_opcode (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c2202 static int query_port_status_opcode(struct mlx5_core_dev *mdev, u32 *status_opcode) in query_port_status_opcode() argument
2222 *status_opcode = MLX5_GET(pddr_troubleshooting_page, pddr_troubleshooting_page, in query_port_status_opcode()
2223 status_opcode); in query_port_status_opcode()
2228 u32 status_opcode; member
2347 u32 status_opcode = 0; in mlx5e_get_link_ext_state() local
2356 if (query_port_status_opcode(priv->mdev, &status_opcode) || in mlx5e_get_link_ext_state()
2357 !status_opcode) in mlx5e_get_link_ext_state()
2362 if (link_ext_state_mapping.status_opcode == status_opcode) { in mlx5e_get_link_ext_state()
/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_ethtool.c31 u32 status_opcode; member
149 u32 status_opcode; in mlxsw_sp_port_get_link_ext_state() local
165 status_opcode = mlxsw_reg_pddr_trblsh_status_opcode_get(pddr_pl); in mlxsw_sp_port_get_link_ext_state()
166 if (!status_opcode) in mlxsw_sp_port_get_link_ext_state()
171 if (link_ext_state_mapping.status_opcode == status_opcode) { in mlxsw_sp_port_get_link_ext_state()