Lines Matching refs:srb_mempool
395 ha->base_qpair->srb_mempool = ha->srb_mempool;
3994 ha->srb_mempool = mempool_create_slab_pool(SRB_MIN_REQ, srb_cachep);
3995 if (!ha->srb_mempool)
4029 "init_cb=%p gid_list=%p, srb_mempool=%p s_dma_pool=%p.\n",
4030 ha->init_cb, ha->gid_list, ha->srb_mempool, ha->s_dma_pool);
4355 mempool_destroy(ha->srb_mempool);
4356 ha->srb_mempool = NULL;
4666 mempool_destroy(ha->srb_mempool);
4667 ha->srb_mempool = NULL;