Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_comp.c210 cq_attr.cq_flags = IBT_CQ_USER_MAP; in sol_uverbs_create_cq()
/titanic_41/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h853 IBT_CQ_USER_MAP = 1 << 1, enumerator
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c94 cq_is_umap = (cq_attr->cq_flags & IBT_CQ_USER_MAP) ? 1 : 0; in tavor_cq_alloc()
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c97 cq_is_umap = (cq_attr->cq_flags & IBT_CQ_USER_MAP) ? 1 : 0; in hermon_cq_alloc()
/titanic_41/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c2652 cq_attr.cq_flags = IBT_CQ_USER_MAP; in daplka_evd_create()