Home
last modified time | relevance | path

Searched refs:IBT_HCA_CQ_EXCEEDED (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_status.h132 IBT_HCA_CQ_EXCEEDED = 101, /* CQ capacity requested */ enumerator
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c177 TAVOR_TNF_FAIL(IBT_HCA_CQ_EXCEEDED, "max CQ size"); in tavor_cq_alloc()
582 TAVOR_TNF_FAIL(IBT_HCA_CQ_EXCEEDED, "max CQ size"); in tavor_cq_resize()
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c190 status = IBT_HCA_CQ_EXCEEDED; in hermon_cq_alloc()
614 status = IBT_HCA_CQ_EXCEEDED; in hermon_cq_resize()
/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c1002 case IBT_HCA_CQ_EXCEEDED: in ib_create_cq()