Home
last modified time | relevance | path

Searched refs:mlxcx_sq_ctx_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_reg.h736 } mlxcx_sq_ctx_t; typedef
1945 mlxcx_sq_ctx_t mlxi_create_sq_context;
1976 mlxcx_sq_ctx_t mlxi_modify_sq_context;
1994 mlxcx_sq_ctx_t mlxo_query_sq_context;
H A Dmlxcx_cmd.c2394 mlxcx_sq_ctx_t *ctxp) in mlxcx_cmd_query_sq()
2423 sizeof (mlxcx_sq_ctx_t)); in mlxcx_cmd_query_sq()
3384 mlxcx_sq_ctx_t *ctx; in mlxcx_cmd_create_sq()
3440 offsetof(mlxcx_sq_ctx_t, mlsqc_wq) + in mlxcx_cmd_create_sq()
3746 CTASSERT(offsetof(mlxcx_sq_ctx_t, mlsqc_cqn) == 0x09);
3747 CTASSERT(offsetof(mlxcx_sq_ctx_t, mlsqc_tis_lst_sz) == 0x20);
3748 CTASSERT(offsetof(mlxcx_sq_ctx_t, mlsqc_tis_num) == 0x2d);
3749 CTASSERT(offsetof(mlxcx_sq_ctx_t, mlsqc_wq) == 0x30);
H A Dmlxcx.h1462 mlxcx_sq_ctx_t *);
H A Dmlxcx.c1660 mlxcx_sq_ctx_t ctx; in mlxcx_check_sq()