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