Searched defs:tavor_sw_refcnt_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_mr.h150 * The tavor_sw_refcnt_t structure is used internally by the Tavor driver to
158 * Each tavor_sw_refcnt_t structure contains a lock and a reference count
163 * a newly allocated tavor_sw_refcnt_t struct (setting the "swrc_refcnt" to 1).
165 * used to query the current status of tavor_sw_refcnt_t struct to determine
171 } tavor_sw_refcnt_t; typedef in typeref:struct:tavor_sw_refcnt_s
172 _NOTE(DATA_READABLE_WITHOUT_LOCK(tavor_sw_refcnt_t::swrc_refcnt))
173 _NOTE(MUTEX_PROTECTS_DATA(tavor_sw_refcnt_t::swrc_lock,
174 tavor_sw_refcnt_t::swrc_refcnt))

Completed in 43 milliseconds