Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx4/
Dport.c2034 struct mlx4_cable_info *cable_info; in mlx4_get_module_id() local
2056 cable_info = (struct mlx4_cable_info *)inmad->data; in mlx4_get_module_id()
2057 cable_info->dev_mem_address = 0; in mlx4_get_module_id()
2058 cable_info->page_num = 0; in mlx4_get_module_id()
2059 cable_info->i2c_addr = I2C_ADDR_LOW; in mlx4_get_module_id()
2060 cable_info->size = cpu_to_be16(1); in mlx4_get_module_id()
2078 cable_info = (struct mlx4_cable_info *)outmad->data; in mlx4_get_module_id()
2079 *module_id = cable_info->data[0]; in mlx4_get_module_id()
2130 struct mlx4_cable_info *cable_info; in mlx4_get_module_info() local
2180 cable_info = (struct mlx4_cable_info *)inmad->data; in mlx4_get_module_info()
[all …]