Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_dma.c173 attrp->dma_attr_sgllen = MLXCX_RECVQ_MAX_PTRS; in mlxcx_dma_buf_attr()
H A Dmlxcx_reg.h498 #define MLXCX_RECVQ_MAX_PTRS (1 << (MLXCX_RECVQ_STRIDE_SHIFT - 4)) macro
500 mlxcx_wqe_data_seg_t mlrqe_data[MLXCX_RECVQ_MAX_PTRS];
H A Dmlxcx_ring.c1757 ASSERT3U(buf->mlb_dma.mxdb_ncookies, <=, MLXCX_RECVQ_MAX_PTRS); in mlxcx_rq_add_buffers()
1770 for (; ptri < MLXCX_RECVQ_MAX_PTRS; ++ptri) { in mlxcx_rq_add_buffers()