Lines Matching defs:rscn_entry
683 qla2x00_is_a_vp_did(scsi_qla_host_t *vha, uint32_t rscn_entry)
697 if (vp_did == rscn_entry) {
976 uint32_t rscn_entry, host_pid;
1446 rscn_entry = ((mb[1] & 0xff) << 16) | mb[2];
1449 if (rscn_entry == host_pid) {
1457 rscn_entry = ((mb[1] & 0x3ff) << 16) | mb[2];
1460 if (qla2x00_is_a_vp_did(vha, rscn_entry))
1469 ea.id.b24 = rscn_entry;
1470 ea.id.b.rsvd_1 = rscn_entry >> 24;
1472 qla2x00_post_aen_work(vha, FCH_EVT_RSCN, rscn_entry);