Home
last modified time | relevance | path

Searched refs:IBT_HCA_WR_EXCEEDED (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_status.h134 IBT_HCA_WR_EXCEEDED = 102, /* Requested WRs exceed limit */ enumerator
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_srq.c188 status = IBT_HCA_WR_EXCEEDED; in hermon_srq_alloc()
616 return (IBT_HCA_WR_EXCEEDED); in hermon_srq_modify()
636 status = IBT_HCA_WR_EXCEEDED; in hermon_srq_modify()
H A Dhermon_qp.c431 status = IBT_HCA_WR_EXCEEDED; in hermon_qp_alloc()
938 status = IBT_HCA_WR_EXCEEDED; in hermon_special_qp_alloc()
1547 status = IBT_HCA_WR_EXCEEDED; in hermon_qp_alloc_range()
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_srq.c187 TAVOR_TNF_FAIL(IBT_HCA_WR_EXCEEDED, "max SRQ size"); in tavor_srq_alloc()
679 return (IBT_HCA_WR_EXCEEDED); in tavor_srq_modify()
700 TAVOR_TNF_FAIL(IBT_HCA_WR_EXCEEDED, "max SRQ size"); in tavor_srq_modify()
H A Dtavor_qp.c337 TAVOR_TNF_FAIL(IBT_HCA_WR_EXCEEDED, "max QP size"); in tavor_qp_alloc()
822 TAVOR_TNF_FAIL(IBT_HCA_WR_EXCEEDED, "max QP size"); in tavor_special_qp_alloc()
/titanic_41/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c1216 case IBT_HCA_WR_EXCEEDED: in ib_create_qp()
/titanic_41/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c2991 case IBT_HCA_WR_EXCEEDED: in sol_uverbs_ibt_to_kernel_status()
/titanic_41/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c1007 while ((ret == IBT_HCA_WR_EXCEEDED) && in ibd_rc_init_srq_list()