Lines Matching refs:section_count
1719 u16 section_count;
1728 section_count = LE16_TO_CPU(buf->section_count);
1729 if (section_count > 0)
1777 sect_count = LE16_TO_CPU(buf->section_count);
1788 buf->section_count = CPU_TO_LE16(sect_count + 1);
1851 u16 section_count;
1860 section_count = LE16_TO_CPU(buf->section_count);
1861 if (section_count > 0)
1911 return LE16_TO_CPU(buf->section_count);
1955 u16 section_count;
1960 section_count = LE16_TO_CPU(hdr->section_count);
1961 if (section_count < ICE_MIN_S_COUNT || section_count > ICE_MAX_S_COUNT)
2017 if (++state->sect_idx < LE16_TO_CPU(state->buf->section_count))