Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c92 if (cq_is_umap) { in tavor_cq_alloc()
131 cq->cq_is_umap = cq_is_umap; in tavor_cq_alloc()
143 if (cq->cq_is_umap) { in tavor_cq_alloc()
186 if (cq->cq_is_umap) { in tavor_cq_alloc()
219 if (cq->cq_is_umap) { in tavor_cq_alloc()
263 if (cq->cq_is_umap) { in tavor_cq_alloc()
325 if (cq->cq_is_umap) { in tavor_cq_alloc()
351 if (cq_is_umap) { in tavor_cq_alloc()
414 if (cq->cq_is_umap) { in tavor_cq_free()
562 if (cq->cq_is_umap) { in tavor_cq_resize()
[all …]
/illumos-gate/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 …]
/illumos-gate/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) { \
/illumos-gate/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