Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h782 struct kmem_cache *m_cache_frames; member
/titanic_41/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c2336 mpt->m_cache_frames = kmem_cache_create(buf, in mptsas_cache_create()
2341 if (mpt->m_cache_frames == NULL) { in mptsas_cache_create()
2353 if (mpt->m_cache_frames) { in mptsas_cache_destroy()
2354 kmem_cache_destroy(mpt->m_cache_frames); in mptsas_cache_destroy()
2355 mpt->m_cache_frames = NULL; in mptsas_cache_destroy()
2902 frames = kmem_cache_alloc(mpt->m_cache_frames, KM_NOSLEEP); in mptsas_alloc_extra_sgl_frame()
2915 kmem_cache_free(mpt->m_cache_frames, in mptsas_free_extra_sgl_frame()