Searched refs:ISER_DEFAULT_BUFLEN (Results 1 – 3 of 3) sorted by relevance
258 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()
1052 if (buflen > ISER_DEFAULT_BUFLEN) { in iser_buf_alloc()
45 #define ISER_DEFAULT_BUFLEN 0x20000 macro