Home
last modified time | relevance | path

Searched refs:mlcq_ent (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_ring.c144 mlcq->mlcq_ent = (mlxcx_completionq_ent_t *)mlcq->mlcq_dma.mxdb_va; in mlxcx_cq_alloc_dma()
147 mlcq->mlcq_ent[i].mlcqe_opcode = MLXCX_CQE_OP_INVALID; in mlxcx_cq_alloc_dma()
148 mlcq->mlcq_ent[i].mlcqe_owner = MLXCX_CQE_OWNER_INIT; in mlxcx_cq_alloc_dma()
159 mlcq->mlcq_ent = NULL; in mlxcx_cq_alloc_dma()
179 mlcq->mlcq_ent = NULL; in mlxcx_cq_rele_dma()
H A Dmlxcx_intr.c233 ent = &mlcq->mlcq_ent[ci]; in mlxcx_cq_next()
235 (uintptr_t)ent - (uintptr_t)mlcq->mlcq_ent, in mlxcx_cq_next()
H A Dmlxcx.h617 mlxcx_completionq_ent_t *mlcq_ent; member