Searched refs:sg_size (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/ofed/include/linux/
H A Dscatterlist.h188 unsigned int sg_size; local
193 * sg_size is then one less than alloc size, since the last
199 sg_size = alloc_size - 1;
201 sg_size = alloc_size;
205 table->orig_nents -= sg_size;
256 unsigned int sg_size, alloc_size = left; local
260 sg_size = alloc_size - 1;
262 sg_size = alloc_size;
264 left -= sg_size;
281 table->nents = table->orig_nents += sg_size;
[all...]
/freebsd-10-stable/sys/dev/aic7xxx/
H A Daic79xx.c8631 u_int sg_size; local
8691 sg_size = sizeof(struct ahd_dma_seg);
8693 sg_size = sizeof(struct ahd_dma64_seg);
8694 while (sg_prefetch_cnt < sg_size)
8701 if ((sg_prefetch_align % sg_size) != 0
8709 sg_prefetch_cnt_limit = -(sg_prefetch_cnt - sg_size + 1);
8714 download_consts[SG_SIZEOF] = sg_size;

Completed in 118 milliseconds