Searched refs:tavor_wq_lock_t (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_typedef.h51 typedef struct tavor_wq_lock_s tavor_wq_lock_t; typedef in typeref:struct:tavor_wq_lock_s
H A Dtavor_wr.h151 * 'tavor_wq_lock_t' structure is shared and accessible through the WQ or the
245 tavor_wq_lock_t *wq_wrid_wql;
305 tavor_wq_lock_t *tavor_wrid_wql_create(tavor_state_t *state);
311 void tavor_wql_refcnt_dec(tavor_wq_lock_t *wq_lock);
312 void tavor_wql_refcnt_inc(tavor_wq_lock_t *wq_lock);
H A Dtavor_srq.h145 tavor_wq_lock_t *srq_wrid_wql;
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c3395 tavor_wq_lock_t *
3398 tavor_wq_lock_t *wql;
3405 wql = kmem_zalloc(sizeof (tavor_wq_lock_t), KM_NOSLEEP);
3701 tavor_wql_refcnt_inc(tavor_wq_lock_t *wql)
3715 tavor_wql_refcnt_dec(tavor_wq_lock_t *wql)
3733 kmem_free(wql, sizeof (tavor_wq_lock_t));

Completed in 68 milliseconds