Home
last modified time | relevance | path

Searched refs:sol_ofs_uobj_remove (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/sys/ib/clients/of/sol_ofs/
H A Dsol_ofs_common.h111 sol_ofs_uobj_t *sol_ofs_uobj_remove(sol_ofs_uobj_table_t *,
/titanic_41/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c926 if (!sol_ofs_uobj_remove(&uverbs_uctxt_uo_tbl, &uctxt->uobj)) { in sol_uverbs_close()
991 (void) sol_ofs_uobj_remove(&uverbs_uah_uo_tbl, &uah->uobj); in sol_uverbs_close()
1109 (void) sol_ofs_uobj_remove(&uverbs_umr_uo_tbl, &umr->uobj); in sol_uverbs_close()
1534 (void) sol_ofs_uobj_remove(&uverbs_upd_uo_tbl, &upd->uobj); in sol_uverbs_alloc_pd()
1579 (void) sol_ofs_uobj_remove(&uverbs_upd_uo_tbl, &upd->uobj); in uverbs_upd_free()
2185 (void) sol_ofs_uobj_remove(&uverbs_umr_uo_tbl, &umr->uobj); in sol_uverbs_reg_mr()
2256 (void) sol_ofs_uobj_remove(&uverbs_umr_uo_tbl, &umr->uobj); in sol_uverbs_dereg_mr()
H A Dsol_uverbs_comp.c371 (void) sol_ofs_uobj_remove(&uverbs_ucq_uo_tbl, &ucq->uobj); in sol_uverbs_create_cq()
403 (void) sol_ofs_uobj_remove(&uverbs_ucq_uo_tbl, &ucq->uobj); in uverbs_ucq_free()
H A Dsol_uverbs_qp.c604 (void) sol_ofs_uobj_remove(&uverbs_uqp_uo_tbl, &uqp->uobj); in sol_uverbs_create_qp()
783 (void) sol_ofs_uobj_remove(&uverbs_uqp_uo_tbl, &uqp->uobj); in uverbs_uqp_free()
1985 (void) sol_ofs_uobj_remove(&uverbs_usrq_uo_tbl, &usrq->uobj); in sol_uverbs_create_srq()
2179 (void) sol_ofs_uobj_remove(&uverbs_usrq_uo_tbl, &usrq->uobj); in uverbs_usrq_free()
H A Dsol_uverbs_event.c92 if (sol_ofs_uobj_remove(&uverbs_ufile_uo_tbl, &ufile->uobj)) { in sol_uverbs_event_file_close()
/titanic_41/usr/src/uts/common/io/ib/clients/of/sol_ucma/
H A Dsol_ucma.c628 (void) sol_ofs_uobj_remove(&ucma_file_uo_tbl, &(filep->file_uobj)); in sol_ucma_close()
1504 (void) sol_ofs_uobj_remove(&ucma_mcast_uo_tbl,
1523 (void) sol_ofs_uobj_remove(&ucma_mcast_uo_tbl,
1573 (void) sol_ofs_uobj_remove(&ucma_mcast_uo_tbl, &mcastp->mcast_uobj);
1846 (void) sol_ofs_uobj_remove(&ucma_ctx_uo_tbl, &(chanp->chan_uobj));
/titanic_41/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_uobj.c405 sol_ofs_uobj_remove(sol_ofs_uobj_table_t *uo_tbl, sol_ofs_uobj_t *uobj) in sol_ofs_uobj_remove() function