Lines Matching refs:req_cache
564 snic_glob->req_cache[SNIC_REQ_CACHE_DFLT_SGL]);
575 snic_glob->req_cache[SNIC_REQ_CACHE_MAX_SGL]);
586 snic_glob->req_cache[SNIC_REQ_TM_CACHE]);
874 snic_glob->req_cache[SNIC_REQ_CACHE_DFLT_SGL] = cachep;
887 snic_glob->req_cache[SNIC_REQ_CACHE_MAX_SGL] = cachep;
898 snic_glob->req_cache[SNIC_REQ_TM_CACHE] = cachep;
912 kmem_cache_destroy(snic_glob->req_cache[SNIC_REQ_TM_CACHE]);
915 kmem_cache_destroy(snic_glob->req_cache[SNIC_REQ_CACHE_MAX_SGL]);
918 kmem_cache_destroy(snic_glob->req_cache[SNIC_REQ_CACHE_DFLT_SGL]);
941 kmem_cache_destroy(snic_glob->req_cache[SNIC_REQ_TM_CACHE]);
942 kmem_cache_destroy(snic_glob->req_cache[SNIC_REQ_CACHE_MAX_SGL]);
943 kmem_cache_destroy(snic_glob->req_cache[SNIC_REQ_CACHE_DFLT_SGL]);