Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dport.c2013 struct mlx4_mad_ifc *inmad, *outmad; in mlx4_get_module_id() local
2028 outmad = (struct mlx4_mad_ifc *)(outbox->buf); in mlx4_get_module_id()
2048 if (be16_to_cpu(outmad->status)) { in mlx4_get_module_id()
2050 ret = be16_to_cpu(outmad->status); in mlx4_get_module_id()
2058 cable_info = (struct mlx4_cable_info *)outmad->data; in mlx4_get_module_id()
2109 struct mlx4_mad_ifc *inmad, *outmad; in mlx4_get_module_info() local
2146 outmad = (struct mlx4_mad_ifc *)(outbox->buf); in mlx4_get_module_info()
2172 if (be16_to_cpu(outmad->status)) { in mlx4_get_module_info()
2174 ret = be16_to_cpu(outmad->status); in mlx4_get_module_info()
2190 cable_info = (struct mlx4_cable_info *)outmad->data; in mlx4_get_module_info()