Home
last modified time | relevance | path

Searched refs:IBT_PD_HDL_INVALID (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_status.h280 IBT_PD_HDL_INVALID = 1100, /* Invalid protection domain */ enumerator
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ci.c545 return (IBT_PD_HDL_INVALID); in tavor_ci_free_pd()
641 return (IBT_PD_HDL_INVALID); in tavor_ci_alloc_ah()
1497 return (IBT_PD_HDL_INVALID); in tavor_ci_register_mr()
1593 return (IBT_PD_HDL_INVALID); in tavor_ci_register_buf()
1790 return (IBT_PD_HDL_INVALID); in tavor_ci_register_shared_mr()
2091 return (IBT_PD_HDL_INVALID); in tavor_ci_alloc_mw()
2232 return (IBT_PD_HDL_INVALID); in tavor_ci_register_dma_mr()
2725 return (IBT_PD_HDL_INVALID); in tavor_ci_alloc_srq()
H A Dtavor_qp.c178 TAVOR_TNF_FAIL(IBT_PD_HDL_INVALID, "invalid PD handle"); in tavor_qp_alloc()
188 TAVOR_TNF_FAIL(IBT_PD_HDL_INVALID, "invalid PD handle"); in tavor_qp_alloc()
719 TAVOR_TNF_FAIL(IBT_PD_HDL_INVALID, "invalid PD handle"); in tavor_special_qp_alloc()
H A Dtavor_umap.c1396 return (IBT_PD_HDL_INVALID); in tavor_umap_pd_data_out()
H A Dtavor_mr.c1902 TAVOR_TNF_FAIL(IBT_PD_HDL_INVALID, "invalid PD handle"); in tavor_mr_common_rereg()
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qp.c197 status = IBT_PD_HDL_INVALID; in hermon_qp_alloc()
206 status = IBT_PD_HDL_INVALID; in hermon_qp_alloc()
823 status = IBT_PD_HDL_INVALID; in hermon_special_qp_alloc()
1322 return (IBT_PD_HDL_INVALID); in hermon_qp_alloc_range()
1330 return (IBT_PD_HDL_INVALID); in hermon_qp_alloc_range()
H A Dhermon_umap.c1768 return (IBT_PD_HDL_INVALID); in hermon_umap_pd_data_out()
H A Dhermon_ci.c2706 return (IBT_PD_HDL_INVALID); in hermon_ci_create_fmr_pool()
H A Dhermon_mr.c2484 status = IBT_PD_HDL_INVALID; in hermon_mr_common_rereg()
/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c1214 case IBT_PD_HDL_INVALID: in ib_create_qp()