Lines Matching defs:luevt
1095 struct atto_vda_ae_lu *luevt = &t->lu_event;
1107 if ((luevt->hdr.bylength >= offsetof(struct atto_vda_ae_lu, id)
1109 && !(luevt->dwevent & VDAAE_LU_PASSTHROUGH)) {
1110 dc->block_size = luevt->id.tgtlun_raid.dwblock_size;
1111 dc->interleave = luevt->id.tgtlun_raid.dwinterleave;
1119 if (luevt->dwevent & VDAAE_LU_PASSTHROUGH) {
1120 if (luevt->dwevent & VDAAE_LU_PHYS_ID) {
1123 dc->curr_phys_id = luevt->wphys_target_id;
1126 "luevt->dwevent does not have the "
1138 esas2r_trace("dwevent: %d", luevt->dwevent);