Searched refs:hca_vport_context (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_main.c | 938 ctx = MLX5_ADDR_OF(query_hca_vport_context_out, rep, hca_vport_context); in mlx5_query_hca_port() 940 props->lid = MLX5_GET(hca_vport_context, ctx, lid); in mlx5_query_hca_port() 941 props->lmc = MLX5_GET(hca_vport_context, ctx, lmc); in mlx5_query_hca_port() 942 props->sm_lid = MLX5_GET(hca_vport_context, ctx, sm_lid); in mlx5_query_hca_port() 943 props->sm_sl = MLX5_GET(hca_vport_context, ctx, sm_sl); in mlx5_query_hca_port() 944 props->state = MLX5_GET(hca_vport_context, ctx, vport_state); in mlx5_query_hca_port() 945 props->phys_state = MLX5_GET(hca_vport_context, ctx, in mlx5_query_hca_port() 947 props->port_cap_flags = MLX5_GET(hca_vport_context, ctx, cap_mask1); in mlx5_query_hca_port() 951 props->bad_pkey_cntr = MLX5_GET(hca_vport_context, ctx, in mlx5_query_hca_port() 953 props->qkey_viol_cntr = MLX5_GET(hca_vport_context, ctx, in mlx5_query_hca_port() [all …]
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_vport.c | 1087 hca_vport_context.system_image_guid); in mlx5_query_hca_vport_system_image_guid() 1110 hca_vport_context.node_guid); in mlx5_query_hca_vport_node_guid() 1134 hca_vport_context.port_guid); in mlx5_query_hca_vport_port_guid() 1287 hca_vport_context.min_wqe_inline_mode); in mlx5_query_hca_min_wqe_header() 1809 hca_vport_context.vport_state); in mlx5_query_hca_vport_state()
|
/freebsd/sys/dev/mlx5/ |
H A D | mlx5_ifc.h | 5335 struct mlx5_ifc_hca_vport_context_bits hca_vport_context; member 6549 struct mlx5_ifc_hca_vport_context_bits hca_vport_context; member
|