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

/freebsd-10-stable/sys/ofed/include/linux/
H A Dscatterlist.h71 #define SG_MAX_SINGLE_ALLOC (PAGE_SIZE / sizeof(struct scatterlist)) macro
221 __sg_free_table(table, SG_MAX_SINGLE_ALLOC);
312 * SG_MAX_SINGLE_ALLOC a chained sg table will be setup.
321 ret = __sg_alloc_table(table, nents, SG_MAX_SINGLE_ALLOC,
324 __sg_free_table(table, SG_MAX_SINGLE_ALLOC);

Completed in 104 milliseconds