Searched refs:cq_is_umap (Results 1 – 5 of 5) sorted by relevance
78 uint_t dma_xfer_mode, cq_sync, cq_is_umap; in tavor_cq_alloc() local91 cq_is_umap = (cq_attr->cq_flags & IBT_CQ_USER_MAP) ? 1 : 0; in tavor_cq_alloc()92 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()[all …]
83 uint_t cq_is_umap; in hermon_cq_alloc() local97 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 …]
223 uint_t cq_is_umap; member245 tavor_sw_cq_s::cq_is_umap
1492 if ((cq)->cq_is_umap) { \1502 if ((cq)->cq_is_umap) { \
224 uint_t cq_is_umap; member250 hermon_sw_cq_s::cq_is_umap