Lines Matching defs:new
28 struct pi_desc old, new;
54 old.control = new.control = pi_desc->control;
59 new.ndst = dest;
61 new.ndst = (dest << 8) & 0xFF00;
63 new.sn = 0;
65 new.control) != old.control);
103 struct pi_desc old, new;
107 old.control = new.control = pi_desc->control;
114 new.ndst = dest;
116 new.ndst = (dest << 8) & 0xFF00;
119 new.nv = POSTED_INTR_VECTOR;
121 new.control) != old.control);
147 struct pi_desc old, new;
165 old.control = new.control = pi_desc->control;
182 new.ndst = dest;
184 new.ndst = (dest << 8) & 0xFF00;
187 new.nv = POSTED_INTR_WAKEUP_VECTOR;
189 new.control) != old.control);