Home
last modified time | relevance | path

Searched refs:hca_msg_pool (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_resource.c68 hca->hca_msg_pool = iser_vmem_create(name, hca, ISER_MSG_MR_CHUNKSIZE, in iser_init_hca_caches()
98 iser_vmem_destroy(hca->hca_msg_pool); in iser_fini_hca_caches()
146 memp = iser_vmem_alloc(hca->hca_msg_pool, ISER_MAX_CTRLPDU_LEN); in iser_msg_cache_constructor()
154 status = iser_vmem_mr(hca->hca_msg_pool, memp, in iser_msg_cache_constructor()
159 iser_vmem_free(hca->hca_msg_pool, memp, ISER_MAX_CTRLPDU_LEN); in iser_msg_cache_constructor()
183 iser_vmem_free(hca->hca_msg_pool, memp, ISER_MAX_CTRLPDU_LEN); in iser_msg_cache_destructor()
/illumos-gate/usr/src/uts/common/sys/ib/clients/iser/
H A Diser_ib.h66 struct iser_vmem_mr_pool_s *hca_msg_pool; /* Use iser_msg_cache */ member