Home
last modified time | relevance | path

Searched refs:rscn_out_ptr (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/scsi/qla2xxx/
Dqla_init.c1833 vp->rscn_out_ptr = 0; in qla2x00_init_rings()
3487 while (vha->rscn_out_ptr != vha->rscn_in_ptr || in qla2x00_device_resync()
3490 rscn_entry = vha->rscn_queue[vha->rscn_out_ptr]; in qla2x00_device_resync()
3498 vha->host_no, vha->rscn_out_ptr, format, d_id.b.domain, in qla2x00_device_resync()
3501 vha->rscn_out_ptr++; in qla2x00_device_resync()
3502 if (vha->rscn_out_ptr == MAX_RSCN_COUNT) in qla2x00_device_resync()
3503 vha->rscn_out_ptr = 0; in qla2x00_device_resync()
3506 for (rscn_out_iter = vha->rscn_out_ptr; in qla2x00_device_resync()
3519 vha->rscn_out_ptr = rscn_out_iter; in qla2x00_device_resync()
3544 vha->rscn_out_ptr = vha->rscn_in_ptr; in qla2x00_device_resync()
Dqla_def.h2891 uint8_t rscn_out_ptr; member
Dqla_isr.c732 if (rscn_queue_index != vha->rscn_out_ptr) { in qla2x00_async_event()