Searched refs:rscn_entry (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_isr.c257 uint32_t rscn_entry, host_pid; local
539 rscn_entry = (mb[1] << 16) | mb[2];
542 if (rscn_entry == host_pid) {
554 ha->rscn_queue[ha->rscn_in_ptr] = rscn_entry;
H A Dqla_init.c2707 uint32_t rscn_entry; local
2717 rscn_entry = ha->rscn_queue[ha->rscn_out_ptr];
2718 format = MSB(MSW(rscn_entry));
2719 d_id.b.domain = LSB(MSW(rscn_entry));
2720 d_id.b.area = MSB(LSW(rscn_entry));
2721 d_id.b.al_pa = LSB(LSW(rscn_entry));
2739 if (rscn_entry != ha->rscn_queue[rscn_out_iter])

Completed in 58 milliseconds