Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_ring.c54 sz = mlwq->mlwq_nents * sizeof (mlxcx_sendq_ent_t); in mlxcx_wq_alloc_dma()
81 mlwq->mlwq_send_ent = (mlxcx_sendq_ent_t *)mlwq->mlwq_dma.mxdb_va; in mlxcx_wq_alloc_dma()
1498 mlxcx_sendq_ent_t *ent0; in mlxcx_sq_add_nop()
1513 bzero(ent0, sizeof (mlxcx_sendq_ent_t)); in mlxcx_sq_add_nop()
1527 sizeof (mlxcx_sendq_ent_t), DDI_DMA_SYNC_FORDEV)); in mlxcx_sq_add_nop()
1546 mlxcx_sendq_ent_t *ent0; in mlxcx_sq_add_buffer()
1569 bzero(ent0, sizeof (mlxcx_sendq_ent_t)); in mlxcx_sq_add_buffer()
1587 ent0->mlsqe_control.mlcs_ds = offsetof(mlxcx_sendq_ent_t, mlsqe_data) / in mlxcx_sq_add_buffer()
1680 sync_cnt * sizeof (mlxcx_sendq_ent_t), in mlxcx_sq_add_buffer()
1689 ents * sizeof (mlxcx_sendq_ent_t), DDI_DMA_SYNC_FORDEV)); in mlxcx_sq_add_buffer()
H A Dmlxcx.h692 mlxcx_sendq_ent_t *mlwq_send_ent;
H A Dmlxcx_reg.h483 } mlxcx_sendq_ent_t; typedef
H A Dmlxcx_cmd.c3732 CTASSERT(sizeof (mlxcx_sendq_ent_t) == (1 << MLXCX_SENDQ_STRIDE_SHIFT));