Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h791 struct kmem_cache *m_cache_frames; member
/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c2386 mpt->m_cache_frames = kmem_cache_create(buf, in mptsas_cache_create()
2391 if (mpt->m_cache_frames == NULL) { in mptsas_cache_create()
2403 if (mpt->m_cache_frames) { in mptsas_cache_destroy()
2404 kmem_cache_destroy(mpt->m_cache_frames); in mptsas_cache_destroy()
2405 mpt->m_cache_frames = NULL; in mptsas_cache_destroy()
2952 frames = kmem_cache_alloc(mpt->m_cache_frames, KM_NOSLEEP); in mptsas_alloc_extra_sgl_frame()
2965 kmem_cache_free(mpt->m_cache_frames, in mptsas_free_extra_sgl_frame()