luevt            1094 drivers/scsi/esas2r/esas2r_disc.c 		struct atto_vda_ae_lu *luevt = &t->lu_event;
luevt            1106 drivers/scsi/esas2r/esas2r_disc.c 		if ((luevt->hdr.bylength >= offsetof(struct atto_vda_ae_lu, id)
luevt            1108 drivers/scsi/esas2r/esas2r_disc.c 		    && !(luevt->dwevent & VDAAE_LU_PASSTHROUGH)) {
luevt            1109 drivers/scsi/esas2r/esas2r_disc.c 			dc->block_size = luevt->id.tgtlun_raid.dwblock_size;
luevt            1110 drivers/scsi/esas2r/esas2r_disc.c 			dc->interleave = luevt->id.tgtlun_raid.dwinterleave;
luevt            1118 drivers/scsi/esas2r/esas2r_disc.c 		if (luevt->dwevent & VDAAE_LU_PASSTHROUGH) {
luevt            1119 drivers/scsi/esas2r/esas2r_disc.c 			if (luevt->dwevent & VDAAE_LU_PHYS_ID) {
luevt            1122 drivers/scsi/esas2r/esas2r_disc.c 				dc->curr_phys_id = luevt->wphys_target_id;
luevt            1137 drivers/scsi/esas2r/esas2r_disc.c 		esas2r_trace("dwevent: %d", luevt->dwevent);