Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tx.c1098 if ((stp = kmem_cache_alloc(sp->s_tqc, KM_SLEEP)) == NULL) { in sfxge_tx_qinit()
1150 kmem_cache_free(sp->s_tqc, stp); in sfxge_tx_qinit()
2597 kmem_cache_free(sp->s_tqc, stp); in sfxge_tx_qfini()
2637 sp->s_tqc = kmem_cache_create(name, sizeof (sfxge_txq_t), in sfxge_tx_init()
2640 ASSERT(sp->s_tqc != NULL); in sfxge_tx_init()
2688 kmem_cache_destroy(sp->s_tqc); in sfxge_tx_init()
2689 sp->s_tqc = NULL; in sfxge_tx_init()
3089 kmem_cache_destroy(sp->s_tqc); in sfxge_tx_fini()
3090 sp->s_tqc = NULL; in sfxge_tx_fini()
H A Dsfxge.h789 kmem_cache_t *s_tqc; member