Lines Matching defs:iter
237 __le32 *iter = (__force __le32 *)buf;
241 for (cnt = 0; cnt < ((count >> 2) - 1); cnt++, iter++)
242 chksum += le32_to_cpu(*iter);
244 *iter = cpu_to_le32(chksum);
246 uint8_t *iter;
249 iter = (uint8_t *)buf;
252 chksum += *iter++;
254 *iter = chksum;
1015 struct sysfs_entry *iter;
1018 for (iter = bin_file_entries; iter->name; iter++) {
1019 if (iter->type && !IS_FWI2_CAPABLE(vha->hw))
1021 if (iter->type == 2 && !IS_QLA25XX(vha->hw))
1023 if (iter->type == 3 && !(IS_CNA_CAPABLE(vha->hw)))
1027 iter->attr);
1031 iter->name, ret);
1035 iter->name);
1043 struct sysfs_entry *iter;
1046 for (iter = bin_file_entries; iter->name; iter++) {
1047 if (iter->type && !IS_FWI2_CAPABLE(ha))
1049 if (iter->type == 2 && !IS_QLA25XX(ha))
1051 if (iter->type == 3 && !(IS_CNA_CAPABLE(ha)))
1055 iter->attr);