Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_link.c225 dls_head_t *dhp = (dls_head_t *)val; in i_dls_head_hold()
242 i_dls_head_rele(dls_head_t *dhp) in i_dls_head_rele()
251 static dls_head_t *
254 dls_head_t *dhp; in i_dls_head_alloc()
256 dhp = kmem_zalloc(sizeof (dls_head_t), KM_SLEEP); in i_dls_head_alloc()
262 i_dls_head_free(dls_head_t *dhp) in i_dls_head_free()
265 kmem_free(dhp, sizeof (dls_head_t)); in i_dls_head_free()
283 dls_head_t *dhp; in i_dls_link_rx_func()
346 dls_head_t *dhp; in i_dls_link_rx()
566 dls_head_t *dhp; in dls_rx_promisc()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Ddls_impl.h74 } dls_head_t; typedef
92 extern void i_dls_head_rele(dls_head_t *);
H A Ddld_impl.h212 dls_head_t *ds_head;