Lines Matching refs:pool
350 mempool_t *pool;
549 pool = mempool_create_slab_pool(2,
551 if (!pool) {
552 SNIC_HOST_ERR(shost, "dflt sgl pool creation failed\n");
558 snic->req_pool[SNIC_REQ_CACHE_DFLT_SGL] = pool;
560 pool = mempool_create_slab_pool(2,
562 if (!pool) {
563 SNIC_HOST_ERR(shost, "max sgl pool creation failed\n");
569 snic->req_pool[SNIC_REQ_CACHE_MAX_SGL] = pool;
571 pool = mempool_create_slab_pool(2,
573 if (!pool) {
574 SNIC_HOST_ERR(shost, "snic tmreq info pool creation failed.\n");
580 snic->req_pool[SNIC_REQ_TM_CACHE] = pool;