Home
last modified time | relevance | path

Searched refs:mlxcx_eventq_ent_t (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_intr.c109 static mlxcx_eventq_ent_t *
112 mlxcx_eventq_ent_t *ent; in mlxcx_eq_next()
131 sizeof (mlxcx_eventq_ent_t), DDI_DMA_SYNC_FORCPU)); in mlxcx_eq_next()
747 mlxcx_eventq_ent_t *ent; in mlxcx_intr_async()
764 DTRACE_PROBE2(event, mlxcx_t *, mlxp, mlxcx_eventq_ent_t *, in mlxcx_intr_async()
1058 mlxcx_eventq_ent_t *ent; in mlxcx_intr_n()
H A Dmlxcx.h493 mlxcx_eventq_ent_t *mleq_ent;
1404 extern void mlxcx_cmd_completion(mlxcx_t *, mlxcx_eventq_ent_t *);
H A Dmlxcx_cmd.c968 mlxcx_cmd_completion(mlxcx_t *mlxp, mlxcx_eventq_ent_t *ent) in mlxcx_cmd_completion()
3716 CTASSERT(offsetof(mlxcx_eventq_ent_t, mleqe_unknown_data) == 0x20);
3717 CTASSERT(offsetof(mlxcx_eventq_ent_t, mleqe_signature) == 0x3c + 2);
3718 CTASSERT(sizeof (mlxcx_eventq_ent_t) == 64);
H A Dmlxcx.c899 sz = mleq->mleq_nents * sizeof (mlxcx_eventq_ent_t); in mlxcx_eq_alloc_dma()
912 mleq->mleq_ent = (mlxcx_eventq_ent_t *)mleq->mleq_dma.mxdb_va; in mlxcx_eq_alloc_dma()
H A Dmlxcx_reg.h199 } mlxcx_eventq_ent_t; typedef