Searched refs:m_cache_frames (Results 1 – 2 of 2) sorted by relevance
791 struct kmem_cache *m_cache_frames; member
2386 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()