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

/freebsd-10-stable/sys/ofed/include/linux/mlx4/
H A Dqp.h154 u8 mgid_index; member in struct:mlx4_qp_path
/freebsd-10-stable/sys/dev/mlx5/
H A Dqp.h439 u8 mgid_index; member in struct:mlx5_qp_path
523 u8 mgid_index; member in struct:mlx5_dct_context
/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
H A Dresource_tracker.c611 qp_ctx->pri_path.mgid_index = mlx4_get_base_gid_ix(dev, slave) | 0x80;
613 qp_ctx->pri_path.mgid_index = 0x80 | slave;
619 qp_ctx->pri_path.mgid_index += mlx4_get_base_gid_ix(dev, slave);
620 qp_ctx->pri_path.mgid_index &= 0x7f;
622 qp_ctx->pri_path.mgid_index = slave & 0x7F;
628 qp_ctx->alt_path.mgid_index += mlx4_get_base_gid_ix(dev, slave);
629 qp_ctx->alt_path.mgid_index &= 0x7f;
631 qp_ctx->alt_path.mgid_index = slave & 0x7F;
2876 if (qp_ctx->pri_path.mgid_index >= num_gids)
2885 if (qp_ctx->alt_path.mgid_index >
[all...]
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c112 u8 mgid_index; member in struct:mthca_qp_path
416 ib_ah_attr->grh.sgid_index = path->mgid_index & (dev->limits.gid_table_len - 1);
536 path->mgid_index = ah->grh.sgid_index;
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dqp.c1597 path->mgid_index = ah->grh.sgid_index;
3470 ib_ah_attr->grh.sgid_index = path->mgid_index;
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c1618 path->mgid_index = ah->grh.sgid_index;
2837 ib_ah_attr->grh.sgid_index = path->mgid_index;

Completed in 206 milliseconds