Lines Matching refs:req_cache
550 snic_glob->req_cache[SNIC_REQ_CACHE_DFLT_SGL]);
561 snic_glob->req_cache[SNIC_REQ_CACHE_MAX_SGL]);
572 snic_glob->req_cache[SNIC_REQ_TM_CACHE]);
860 snic_glob->req_cache[SNIC_REQ_CACHE_DFLT_SGL] = cachep;
873 snic_glob->req_cache[SNIC_REQ_CACHE_MAX_SGL] = cachep;
884 snic_glob->req_cache[SNIC_REQ_TM_CACHE] = cachep;
898 kmem_cache_destroy(snic_glob->req_cache[SNIC_REQ_TM_CACHE]);
901 kmem_cache_destroy(snic_glob->req_cache[SNIC_REQ_CACHE_MAX_SGL]);
904 kmem_cache_destroy(snic_glob->req_cache[SNIC_REQ_CACHE_DFLT_SGL]);
927 kmem_cache_destroy(snic_glob->req_cache[SNIC_REQ_TM_CACHE]);
928 kmem_cache_destroy(snic_glob->req_cache[SNIC_REQ_CACHE_MAX_SGL]);
929 kmem_cache_destroy(snic_glob->req_cache[SNIC_REQ_CACHE_DFLT_SGL]);