Home
last modified time | relevance | path

Searched refs:ISER_DEFAULT_BUFLEN (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_resource.c258 memp = iser_vmem_alloc(hca->hca_buf_pool, ISER_DEFAULT_BUFLEN); in iser_buf_cache_constructor()
265 status = iser_vmem_mr(hca->hca_buf_pool, memp, ISER_DEFAULT_BUFLEN, in iser_buf_cache_constructor()
274 iser_buf->buflen = ISER_DEFAULT_BUFLEN; in iser_buf_cache_constructor()
H A Diser_idm.c1052 if (buflen > ISER_DEFAULT_BUFLEN) { in iser_buf_alloc()
/illumos-gate/usr/src/uts/common/sys/ib/clients/iser/
H A Diser_resource.h45 #define ISER_DEFAULT_BUFLEN 0x20000 macro