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

/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c696 struct mlx4_qp_context *qp_ctx = inbox->buf + 8; local
698 u32 ts = (be32_to_cpu(qp_ctx->flags) >> 16) & 0xff;
702 port = (qp_ctx->pri_path.sched_queue >> 6 & 1) + 1;
704 qp_ctx->pri_path.mgid_index =
707 qp_ctx->pri_path.mgid_index = slave | 0x80;
711 port = (qp_ctx->pri_path.sched_queue >> 6 & 1) + 1;
713 qp_ctx->pri_path.mgid_index +=
715 qp_ctx->pri_path.mgid_index &= 0x7f;
717 qp_ctx->pri_path.mgid_index = slave & 0x7F;
721 port = (qp_ctx
3133 struct mlx4_qp_context *qp_ctx; local
[all...]

Completed in 57 milliseconds