Lines Matching defs:luevt
1094 struct atto_vda_ae_lu *luevt = &t->lu_event;
1106 if ((luevt->hdr.bylength >= offsetof(struct atto_vda_ae_lu, id)
1108 && !(luevt->dwevent & VDAAE_LU_PASSTHROUGH)) {
1109 dc->block_size = luevt->id.tgtlun_raid.dwblock_size;
1110 dc->interleave = luevt->id.tgtlun_raid.dwinterleave;
1118 if (luevt->dwevent & VDAAE_LU_PASSTHROUGH) {
1119 if (luevt->dwevent & VDAAE_LU_PHYS_ID) {
1122 dc->curr_phys_id = luevt->wphys_target_id;
1125 "luevt->dwevent does not have the "
1137 esas2r_trace("dwevent: %d", luevt->dwevent);