Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dmac_client_impl.h48 extern kmem_cache_t *mac_promisc_impl_cache;
/titanic_50/usr/src/uts/common/io/mac/
H A Dmac_client.c148 kmem_cache_t *mac_promisc_impl_cache; variable
252 mac_promisc_impl_cache = kmem_cache_create("mac_promisc_impl_cache", in mac_client_init()
255 ASSERT(mac_promisc_impl_cache != NULL); in mac_client_init()
262 kmem_cache_destroy(mac_promisc_impl_cache); in mac_client_fini()
3302 mpip = kmem_cache_alloc(mac_promisc_impl_cache, KM_SLEEP); in mac_promisc_add()
3369 kmem_cache_free(mac_promisc_impl_cache, mpip); in mac_promisc_remove()
H A Dmac.c813 kmem_cache_free(mac_promisc_impl_cache, mpip); in i_mac_promisc_walker_cleanup()