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

/freebsd-11-stable/sys/dev/mlx5/
H A Dqp.h479 u8 mgid_index; member in struct:mlx5_qp_path
553 u8 mgid_index; member in struct:mlx5_dct_context
/freebsd-11-stable/sys/dev/mlx4/
H A Dqp.h152 u8 mgid_index; member in struct:mlx4_qp_path
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c704 qp_ctx->pri_path.mgid_index =
707 qp_ctx->pri_path.mgid_index = slave | 0x80;
713 qp_ctx->pri_path.mgid_index +=
715 qp_ctx->pri_path.mgid_index &= 0x7f;
717 qp_ctx->pri_path.mgid_index = slave & 0x7F;
723 qp_ctx->alt_path.mgid_index +=
725 qp_ctx->alt_path.mgid_index &= 0x7f;
727 qp_ctx->alt_path.mgid_index = slave & 0x7F;
3166 if (qp_ctx->pri_path.mgid_index >= num_gids)
3175 if (qp_ctx->alt_path.mgid_index >
[all...]
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_qp.c112 u8 mgid_index; member in struct:mthca_qp_path
413 ib_ah_attr->grh.sgid_index = path->mgid_index & (dev->limits.gid_table_len - 1);
530 path->mgid_index = ah->grh.sgid_index;
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c1422 path->mgid_index = real_sgid_index;
3417 ib_ah_attr->grh.sgid_index = path->mgid_index;
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c2266 path->mgid_index = ah->grh.sgid_index;
4279 ib_ah_attr->grh.sgid_index = path->mgid_index;

Completed in 1211 milliseconds