Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c78 uint_t dma_xfer_mode, cq_sync, cq_is_umap; in tavor_cq_alloc() local
94 cq_is_umap = (cq_attr->cq_flags & IBT_CQ_USER_MAP) ? 1 : 0; in tavor_cq_alloc()
95 if (cq_is_umap) { in tavor_cq_alloc()
140 cq->cq_is_umap = cq_is_umap; in tavor_cq_alloc()
152 if (cq->cq_is_umap) { in tavor_cq_alloc()
199 if (cq->cq_is_umap) { in tavor_cq_alloc()
234 if (cq->cq_is_umap) { in tavor_cq_alloc()
280 if (cq->cq_is_umap) { in tavor_cq_alloc()
346 if (cq->cq_is_umap) { in tavor_cq_alloc()
373 if (cq_is_umap) { in tavor_cq_alloc()
[all …]
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c83 uint_t cq_is_umap; in hermon_cq_alloc() local
97 cq_is_umap = (cq_attr->cq_flags & IBT_CQ_USER_MAP) ? 1 : 0; in hermon_cq_alloc()
98 if (cq_is_umap) { in hermon_cq_alloc()
142 cq->cq_is_umap = cq_is_umap; in hermon_cq_alloc()
154 if (cq->cq_is_umap) { in hermon_cq_alloc()
213 if (cq->cq_is_umap) { in hermon_cq_alloc()
365 if (cq->cq_is_umap) { in hermon_cq_alloc()
393 if (cq_is_umap) { in hermon_cq_alloc()
458 if (cq->cq_is_umap) { in hermon_cq_free()
641 if (cq->cq_is_umap) { in hermon_cq_resize()
[all …]
/titanic_41/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cq.h223 uint_t cq_is_umap; member
245 tavor_sw_cq_s::cq_is_umap
H A Dtavor_hw.h1492 if ((cq)->cq_is_umap) { \
1502 if ((cq)->cq_is_umap) { \
/titanic_41/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cq.h224 uint_t cq_is_umap; member
250 hermon_sw_cq_s::cq_is_umap