Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_cmd.c2549 ctx->mlrqc_wq.mlwqc_pas[npages++] = to_be64(pa); in mlxcx_cmd_create_rq()
2558 offsetof(mlxcx_workq_ctx_t, mlwqc_pas) + in mlxcx_cmd_create_rq()
3432 ctx->mlsqc_wq.mlwqc_pas[npages++] = to_be64(pa); in mlxcx_cmd_create_sq()
3441 offsetof(mlxcx_workq_ctx_t, mlwqc_pas) + in mlxcx_cmd_create_sq()
3741 CTASSERT(offsetof(mlxcx_workq_ctx_t, mlwqc_pas) == 0xc0);
H A Dmlxcx_reg.h663 uint64be_t mlwqc_pas[MLXCX_WORKQ_CTX_MAX_ADDRESSES]; member