Lines Matching defs:iter
3090 uint32_t istart, iend, iter, vend;
3103 iter = istart;
3104 while ((iter < iend) && !do_next) {
3105 iter++;
3106 if (qla2x00_read_flash_byte(ha, iter) == '/') {
3107 if (qla2x00_read_flash_byte(ha, iter + 2) ==
3111 iter + 3) == '/')
3120 while ((iter > istart) && !do_next) {
3121 iter--;
3122 if (qla2x00_read_flash_byte(ha, iter) == ' ')
3132 vend = iter - 1;
3134 while ((iter > istart) && !do_next) {
3135 iter--;
3136 rbyte = qla2x00_read_flash_byte(ha, iter);
3144 iter++;
3145 if ((vend - iter) &&
3146 ((vend - iter) < sizeof(ha->fcode_revision))) {
3148 while (iter <= vend) {
3149 *vbyte++ = qla2x00_read_flash_byte(ha, iter);
3150 iter++;