Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/qla2xxx/
Dqla_def.h129 #define MAX_RSCN_COUNT 32 macro
2889 uint32_t rscn_queue[MAX_RSCN_COUNT];
Dqla_init.c3502 if (vha->rscn_out_ptr == MAX_RSCN_COUNT) in qla2x00_device_resync()
3510 (MAX_RSCN_COUNT - 1)) ? 0: rscn_out_iter + 1) { in qla2x00_device_resync()
Dqla_isr.c730 if (rscn_queue_index == MAX_RSCN_COUNT) in qla2x00_async_event()