Lines Matching defs:cachep
833 struct kmem_cache *cachep;
866 cachep = kmem_cache_create("snic_req_dfltsgl", len, SNIC_SG_DESC_ALIGN,
868 if (!cachep) {
874 snic_glob->req_cache[SNIC_REQ_CACHE_DFLT_SGL] = cachep;
879 cachep = kmem_cache_create("snic_req_maxsgl", len, SNIC_SG_DESC_ALIGN,
881 if (!cachep) {
887 snic_glob->req_cache[SNIC_REQ_CACHE_MAX_SGL] = cachep;
890 cachep = kmem_cache_create("snic_req_maxsgl", len, SNIC_SG_DESC_ALIGN,
892 if (!cachep) {
898 snic_glob->req_cache[SNIC_REQ_TM_CACHE] = cachep;