Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/mlx5/
HDqp.h479 u8 mgid_index; member
553 u8 mgid_index; member
/freebsd-11-stable/sys/dev/mlx4/
HDqp.h152 u8 mgid_index; member
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
HDmlx4_resource_tracker.c704 qp_ctx->pri_path.mgid_index = in update_gid()
707 qp_ctx->pri_path.mgid_index = slave | 0x80; in update_gid()
713 qp_ctx->pri_path.mgid_index += in update_gid()
715 qp_ctx->pri_path.mgid_index &= 0x7f; in update_gid()
717 qp_ctx->pri_path.mgid_index = slave & 0x7F; in update_gid()
723 qp_ctx->alt_path.mgid_index += in update_gid()
725 qp_ctx->alt_path.mgid_index &= 0x7f; in update_gid()
727 qp_ctx->alt_path.mgid_index = slave & 0x7F; in update_gid()
3166 if (qp_ctx->pri_path.mgid_index >= num_gids) in verify_qp_parameters()
3175 if (qp_ctx->alt_path.mgid_index >= num_gids) in verify_qp_parameters()
/freebsd-11-stable/sys/dev/mthca/
HDmthca_qp.c112 u8 mgid_index; member
413 ib_ah_attr->grh.sgid_index = path->mgid_index & (dev->limits.gid_table_len - 1); in to_ib_ah_attr()
530 path->mgid_index = ah->grh.sgid_index; in mthca_path_set()
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
HDmlx4_ib_qp.c1422 path->mgid_index = real_sgid_index; in _mlx4_set_path()
3417 ib_ah_attr->grh.sgid_index = path->mgid_index; in to_ib_ah_attr()
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
HDmlx5_ib_qp.c2266 path->mgid_index = ah->grh.sgid_index; in mlx5_set_path()
4279 ib_ah_attr->grh.sgid_index = path->mgid_index; in to_ib_ah_attr()