Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h793 struct kmem_cache *m_cache_frames; member
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c2417 mpt->m_cache_frames = kmem_cache_create(buf, in mptsas_cache_create()
2422 if (mpt->m_cache_frames == NULL) { in mptsas_cache_create()
2434 if (mpt->m_cache_frames) { in mptsas_cache_destroy()
2435 kmem_cache_destroy(mpt->m_cache_frames); in mptsas_cache_destroy()
2436 mpt->m_cache_frames = NULL; in mptsas_cache_destroy()
2983 frames = kmem_cache_alloc(mpt->m_cache_frames, KM_NOSLEEP); in mptsas_alloc_extra_sgl_frame()
2996 kmem_cache_free(mpt->m_cache_frames, in mptsas_free_extra_sgl_frame()