Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_cmd.c2156 while ((c = mlxcx_dma_cookie_iter(&mleq->mleq_dma, c)) != NULL) { in mlxcx_cmd_create_eq()
2324 while ((c = mlxcx_dma_cookie_iter(&mlcq->mlcq_dma, c)) != NULL) { in mlxcx_cmd_create_cq()
2543 while ((c = mlxcx_dma_cookie_iter(&mlwq->mlwq_dma, c)) != NULL) { in mlxcx_cmd_create_rq()
3426 while ((c = mlxcx_dma_cookie_iter(&mlwq->mlwq_dma, c)) != NULL) { in mlxcx_cmd_create_sq()
H A Dmlxcx.h1294 mlxcx_dma_cookie_iter(const mlxcx_dma_buffer_t *db, in mlxcx_dma_cookie_iter() function
H A Dmlxcx_ring.c1620 (c = mlxcx_dma_cookie_iter(&b->mlb_dma, c)) != NULL) { in mlxcx_sq_add_buffer()
1760 while ((c = mlxcx_dma_cookie_iter(&buf->mlb_dma, c)) != NULL) { in mlxcx_rq_add_buffers()