Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tx.c418 kmem_cache_free(sp->s_tpc, stpp); in sfxge_tx_packet_destroy()
426 stpp = kmem_cache_alloc(sp->s_tpc, KM_NOSLEEP); in sfxge_tx_packet_create()
2613 sp->s_tpc = kmem_cache_create(name, sizeof (sfxge_tx_packet_t), in sfxge_tx_init()
2616 ASSERT(sp->s_tpc != NULL); in sfxge_tx_init()
2697 kmem_cache_destroy(sp->s_tpc); in sfxge_tx_init()
2698 sp->s_tpc = NULL; in sfxge_tx_init()
3098 kmem_cache_destroy(sp->s_tpc); in sfxge_tx_fini()
3099 sp->s_tpc = NULL; in sfxge_tx_fini()
H A Dsfxge.h795 kmem_cache_t *s_tpc; member