Searched refs:rscn_out_iter (Results 1 – 1 of 1) sorted by relevance
3481 uint8_t rscn_out_iter; in qla2x00_device_resync() local3506 for (rscn_out_iter = vha->rscn_out_ptr; in qla2x00_device_resync()3508 rscn_out_iter != vha->rscn_in_ptr; in qla2x00_device_resync()3509 rscn_out_iter = (rscn_out_iter == in qla2x00_device_resync()3510 (MAX_RSCN_COUNT - 1)) ? 0: rscn_out_iter + 1) { in qla2x00_device_resync()3512 if (rscn_entry != vha->rscn_queue[rscn_out_iter]) in qla2x00_device_resync()3517 rscn_out_iter)); in qla2x00_device_resync()3519 vha->rscn_out_ptr = rscn_out_iter; in qla2x00_device_resync()