Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c988 uverbs_uah_uobj_t *uah = (uverbs_uah_uobj_t *)entry->data; in sol_uverbs_close() local
990 rw_enter(&(uah->uobj.uo_lock), RW_WRITER); in sol_uverbs_close()
991 (void) sol_ofs_uobj_remove(&uverbs_uah_uo_tbl, &uah->uobj); in sol_uverbs_close()
992 rw_exit(&(uah->uobj.uo_lock)); in sol_uverbs_close()
993 (void) ibt_free_ah(uctxt->hca->hdl, uah->ah); in sol_uverbs_close()
994 sol_ofs_uobj_free(&uah->uobj); in sol_uverbs_close()