Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/mac/
H A Dmac_provider.c143 mip = kmem_cache_alloc(i_mac_impl_cachep, KM_SLEEP); in mac_register()
498 kmem_cache_free(i_mac_impl_cachep, mip); in mac_register()
613 kmem_cache_free(i_mac_impl_cachep, mip); in mac_unregister()
H A Dmac.c327 kmem_cache_t *i_mac_impl_cachep; variable
422 i_mac_impl_cachep = kmem_cache_create("mac_impl_cache", in mac_init()
425 ASSERT(i_mac_impl_cachep != NULL); in mac_init()
/titanic_50/usr/src/uts/common/sys/
H A Dmac_impl.h380 extern kmem_cache_t *i_mac_impl_cachep;