Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/dls/
H A Ddls_link.c221 dls_head_t *dhp = (dls_head_t *)val; in i_dls_head_hold()
238 i_dls_head_rele(dls_head_t *dhp) in i_dls_head_rele()
247 static dls_head_t *
250 dls_head_t *dhp; in i_dls_head_alloc()
252 dhp = kmem_zalloc(sizeof (dls_head_t), KM_SLEEP); in i_dls_head_alloc()
258 i_dls_head_free(dls_head_t *dhp) in i_dls_head_free()
261 kmem_free(dhp, sizeof (dls_head_t)); in i_dls_head_free()
277 dls_head_t *dhp; in i_dls_link_rx_func()
341 dls_head_t *dhp; in i_dls_link_rx()
553 dls_head_t *dhp; in dls_rx_promisc()
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Ddls_impl.h73 } dls_head_t; typedef
91 extern void i_dls_head_rele(dls_head_t *);
H A Ddld_impl.h212 dls_head_t *ds_head;