SG_CHUNK_SIZE
.sg_tablesize = SG_CHUNK_SIZE,
int sg_tablesize = SG_CHUNK_SIZE;
#define MPT_MAX_PHYS_SEGMENTS SG_CHUNK_SIZE
sg_free_table_chained(&msg->sgt, SG_CHUNK_SIZE);
msg = kzalloc_flex(*msg, sg_list, SG_CHUNK_SIZE,
msg->sg_list, SG_CHUNK_SIZE);
sg_free_table_chained(&msg->sgt, SG_CHUNK_SIZE);
#define SG_MAX_SEGMENTS SG_CHUNK_SIZE
#define SG_ALL SG_CHUNK_SIZE
ret = __sg_alloc_table(table, nents, SG_CHUNK_SIZE,
#if (SG_CHUNK_SIZE < 32)
#if (SG_CHUNK_SIZE > 32)
#if (SG_CHUNK_SIZE > 64)
#if (SG_CHUNK_SIZE > 128)
#if (SG_CHUNK_SIZE > 256)
SP(SG_CHUNK_SIZE)
BUG_ON(nents > SG_CHUNK_SIZE);
__sg_free_table(table, SG_CHUNK_SIZE, nents_first_chunk, sg_pool_free,