Lines Matching refs: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;
1021 struct sysfs_entry *iter;
1024 for (iter = bin_file_entries; iter->name; iter++) {
1025 if (iter->type && !IS_FWI2_CAPABLE(vha->hw))
1027 if (iter->type == 2 && !IS_QLA25XX(vha->hw))
1029 if (iter->type == 3 && !(IS_CNA_CAPABLE(vha->hw)))
1033 iter->attr);
1037 iter->name, ret);
1041 iter->name);
1049 struct sysfs_entry *iter;
1052 for (iter = bin_file_entries; iter->name; iter++) {
1053 if (iter->type && !IS_FWI2_CAPABLE(ha))
1055 if (iter->type == 2 && !IS_QLA25XX(ha))
1057 if (iter->type == 3 && !(IS_CNA_CAPABLE(ha)))
1061 iter->attr);