Home
last modified time | relevance | path

Searched refs:max_scat (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/net/smc/
Dsmc_core.c1941 const unsigned int max_scat = SG_MAX_SINGLE_ALLOC * PAGE_SIZE; in smc_compress_bufsize() local
1953 compressed = min_t(u8, compressed, ilog2(max_scat >> 14)); in smc_compress_bufsize()