Lines Matching refs:seg_count
176 for (i = 0; i < LE32_TO_CPU(pkg_hdr->seg_count); i++) {
199 if (idx < LE32_TO_CPU(pkg_hdr->seg_count))
623 for (i = 0; i < LE32_TO_CPU(pkg_hdr->seg_count); i++) {
679 for (i = 0; i < LE32_TO_CPU(pkg_hdr->seg_count); i++) {
1032 u32 seg_count;
1045 seg_count = LE32_TO_CPU(pkg->seg_count);
1046 if (seg_count < 1)
1050 if (len < ice_struct_size(pkg, seg_offset, seg_count))
1054 for (i = 0; i < seg_count; i++) {