Searched refs:tgt2 (Results 1 – 3 of 3) sorted by relevance
30 #define tgt2 r23 macro61 adds tgt2=8,in072 (EPI) st8 [tgt2]=t2[PIPE_DEPTH-1],1678 (EPI) st8 [tgt2]=t4[PIPE_DEPTH-1],1683 (EPI) st8 [tgt2]=t6[PIPE_DEPTH-1],1688 (EPI) st8 [tgt2]=t8[PIPE_DEPTH-1],16
1101 struct lmv_tgt_desc *tgt1, *tgt2; in lmv_iocontrol() local1107 tgt2 = lmv_find_target(lmv, &op_data->op_fid2); in lmv_iocontrol()1108 if (IS_ERR(tgt2)) in lmv_iocontrol()1109 return PTR_ERR(tgt2); in lmv_iocontrol()1111 if ((tgt1->ltd_exp == NULL) || (tgt2->ltd_exp == NULL)) in lmv_iocontrol()1115 if (tgt1->ltd_idx != tgt2->ltd_idx) in lmv_iocontrol()
1435 struct r5dev *tgt2 = &sh->dev[target2]; in ops_run_compute6_2() local1445 BUG_ON(!test_bit(R5_Wantcompute, &tgt2->flags)); in ops_run_compute6_2()