Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/clients/daplt/
H A Ddaplt.h268 struct daplka_cno_resource *evd_cno_res; member
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c2619 evd_rp->evd_cno_res = NULL; in daplka_evd_create()
2639 evd_rp->evd_cno_res = cno_rp; in daplka_evd_create()
3398 old_cno_rp = evd_rp->evd_cno_res; in daplka_evd_modify_cno()
3399 evd_rp->evd_cno_res = cno_rp; in daplka_evd_modify_cno()
3514 if (evd_rp->evd_cno_res != NULL) { in daplka_evd_destroy()
3516 if (evd_rp->evd_cno_res->cno_evd_cookie == in daplka_evd_destroy()
3518 evd_rp->evd_cno_res->cno_evd_cookie = 0; in daplka_evd_destroy()
3520 mutex_exit(&evd_rp->evd_cno_res->cno_lock); in daplka_evd_destroy()
3521 DAPLKA_RS_UNREF(evd_rp->evd_cno_res); in daplka_evd_destroy()
3522 evd_rp->evd_cno_res = NULL; in daplka_evd_destroy()
[all …]