Home
last modified time | relevance | path

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

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