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

/illumos-gate/usr/src/uts/common/sys/ib/clients/iser/
H A Diser_resource.h45 #define ISER_DEFAULT_BUFLEN 0x20000 macro
/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);
265 status = iser_vmem_mr(hca->hca_buf_pool, memp, ISER_DEFAULT_BUFLEN,
274 iser_buf->buflen = ISER_DEFAULT_BUFLEN;
H A Diser_idm.c1041 * Note: buflen is compared to ISER_DEFAULT_BUFLEN, and allocation is failed
1052 if (buflen > ISER_DEFAULT_BUFLEN) {

Completed in 61 milliseconds