Home
last modified time | relevance | path

Searched refs:mlsqc_wq (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_cmd.c3413 set_bits32(&ctx->mlsqc_wq.mlwqc_flags, MLXCX_WORKQ_CTX_TYPE, in mlxcx_cmd_create_sq()
3415 ctx->mlsqc_wq.mlwqc_pd = to_be24(mlwq->mlwq_pd->mlpd_num); in mlxcx_cmd_create_sq()
3416 ctx->mlsqc_wq.mlwqc_uar_page = to_be24(mlwq->mlwq_uar->mlu_num); in mlxcx_cmd_create_sq()
3417 ctx->mlsqc_wq.mlwqc_log_wq_sz = mlwq->mlwq_entshift; in mlxcx_cmd_create_sq()
3418 ctx->mlsqc_wq.mlwqc_log_wq_stride = MLXCX_SENDQ_STRIDE_SHIFT; in mlxcx_cmd_create_sq()
3421 ctx->mlsqc_wq.mlwqc_dbr_addr = to_be64(c->dmac_laddress); in mlxcx_cmd_create_sq()
3432 ctx->mlsqc_wq.mlwqc_pas[npages++] = to_be64(pa); in mlxcx_cmd_create_sq()
3440 offsetof(mlxcx_sq_ctx_t, mlsqc_wq) + in mlxcx_cmd_create_sq()
3749 CTASSERT(offsetof(mlxcx_sq_ctx_t, mlsqc_wq) == 0x30);
H A Dmlxcx_reg.h735 mlxcx_workq_ctx_t mlsqc_wq; member