Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/dls/
H A Ddls_link.c74 dlp->dl_str_hash = mod_hash_create_idhash(name, IMPL_HASHSZ, in i_dls_link_constructor()
91 mod_hash_destroy_idhash(dlp->dl_str_hash); in i_dls_link_destructor()
92 dlp->dl_str_hash = NULL; in i_dls_link_destructor()
275 mod_hash_t *hash = dlp->dl_str_hash; in i_dls_link_rx_func()
338 mod_hash_t *hash = dlp->dl_str_hash; in i_dls_link_rx()
566 if (mod_hash_find(dsp->ds_dlp->dl_str_hash, key, in dls_rx_promisc()
914 mod_hash_t *hash = dlp->dl_str_hash; in dls_link_add()
962 mod_hash_t *hash = dlp->dl_str_hash; in dls_link_remove()
/titanic_41/usr/src/uts/common/sys/
H A Ddls_impl.h56 mod_hash_t *dl_str_hash; /* SL, modhash lock */ member