Lines Matching defs:count
107 uint32_t addr, uint offset, uint count, uint width, void *buf,
114 while (count--) {
164 ulong count = le16_to_cpu(ent->t256.reg_count);
169 qla27xx_read_window(ISPREG(vha), addr, offset, count, width, buf, len);
198 uint count = le16_to_cpu(ent->t258.reg_count);
204 qla27xx_read_window(ISPREG(vha), addr, offset, count, width, buf, len);
330 uint count = 0;
347 count++;
361 count++;
374 count++;
383 if (count)
384 ent->t263.num_queues = count;
550 ulong dwords = le32_to_cpu(ent->t270.count);
585 ulong dwords = le32_to_cpu(ent->t272.count);
605 ulong dwords = le32_to_cpu(ent->t273.count);
629 uint count = 0;
643 count++;
655 count++;
668 count++;
677 if (count)
678 ent->t274.num_queues = count;
731 tmp->count--;
840 tmp->count = le32_to_cpu(tmp->entry_count);
842 "%s: entry count %u\n", __func__, tmp->count);
843 while (ent && tmp->count--) {
857 if (tmp->count)
859 "%s: entry count residual=+%u\n", __func__, tmp->count);
866 cpu_to_le32s(&tmp->count); /* endianize residual count */