Lines Matching defs:raw
34 struct ioat_raw_descriptor *raw = descs[xor_idx_to_desc >> idx & 1];
36 raw->field[xor_idx_to_field[idx]] = addr + offset;
41 struct ioat_raw_descriptor *raw = descs[pq_idx_to_desc >> idx & 1];
43 return raw->field[pq_idx_to_field[idx]];
48 struct ioat_raw_descriptor *raw = desc[pq16_idx_to_desc[idx]];
50 return raw->field[pq16_idx_to_field[idx]];
57 struct ioat_raw_descriptor *raw = descs[pq_idx_to_desc >> idx & 1];
59 raw->field[pq_idx_to_field[idx]] = addr + offset;
69 struct ioat_raw_descriptor *raw = desc[pq16_idx_to_desc[idx]];
71 raw->field[pq16_idx_to_field[idx]] = addr + offset;