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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_rsrc.c143 num_needed = req_sz / EIB_LSO_BUFSZ;
144 if ((frag_sz = req_sz % EIB_LSO_BUFSZ) != 0)
171 sgl[i].ds_len = EIB_LSO_BUFSZ;
181 * If the requested size is not a multiple of EIB_LSO_BUFSZ, we need
296 ASSERT(va < (bkt->bk_mem + bkt->bk_nelem * EIB_LSO_BUFSZ));
302 ndx = ((uintptr_t)va - (uintptr_t)bkt->bk_mem) / EIB_LSO_BUFSZ;
771 lsomem = kmem_zalloc(eib_lso_num_bufs * EIB_LSO_BUFSZ, KM_SLEEP);
777 attr.mr_len = eib_lso_num_bufs * EIB_LSO_BUFSZ;
790 kmem_free(lsomem, eib_lso_num_bufs * EIB_LSO_BUFSZ);
818 memp += EIB_LSO_BUFSZ;
[all...]
H A Deib_data.c1025 avail = EIB_LSO_BUFSZ;
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h122 #define EIB_LSO_BUFSZ 8192 macro

Completed in 51 milliseconds