Searched refs:mss (Results 1 – 1 of 1) sorted by relevance
91 const unsigned int mss = limits->max_segment_size; in blk_segments() local93 if (bytes <= mss) in blk_segments()95 if (is_power_of_2(mss)) in blk_segments()96 return round_up(bytes, mss) >> ilog2(mss); in blk_segments()97 return (bytes + mss - 1) / mss; in blk_segments()