Lines Matching refs:srb_mempool
434 ha->base_qpair->srb_mempool = ha->srb_mempool;
4184 ha->srb_mempool = mempool_create_slab_pool(SRB_MIN_REQ, srb_cachep);
4185 if (!ha->srb_mempool)
4219 "init_cb=%p gid_list=%p, srb_mempool=%p s_dma_pool=%p.\n",
4220 ha->init_cb, ha->gid_list, ha->srb_mempool, ha->s_dma_pool);
4585 mempool_destroy(ha->srb_mempool);
4586 ha->srb_mempool = NULL;
4898 mempool_destroy(ha->srb_mempool);
4899 ha->srb_mempool = NULL;