Searched refs:tgoal (Results 1 – 3 of 3) sorted by relevance
895 tp->tgoal.check_nego = 1; in sym53c8xx_sdev_destroy()972 tp->tgoal.iu = tp->tgoal.dt = in sym_exec_user_command()973 tp->tgoal.qas = 0; in sym_exec_user_command()974 tp->tgoal.offset = 0; in sym_exec_user_command()978 tp->tgoal.iu = tp->tgoal.dt = in sym_exec_user_command()979 tp->tgoal.qas = 1; in sym_exec_user_command()980 tp->tgoal.width = 1; in sym_exec_user_command()981 tp->tgoal.period = uc->data; in sym_exec_user_command()982 tp->tgoal.offset = np->maxoffs_dt; in sym_exec_user_command()986 tp->tgoal.iu = tp->tgoal.dt = in sym_exec_user_command()[all …]
1410 struct sym_trans *goal = &tp->tgoal;2070 tp->tgoal.renego = NS_WIDE;2072 tp->tgoal.renego = 0;2073 tp->tgoal.check_nego = 0;2074 tp->tgoal.width = wide;2101 tp->tgoal.renego = NS_WIDE;2103 tp->tgoal.renego = NS_SYNC;2105 tp->tgoal.renego = 0;2110 if (!tp->tgoal.dt && !tp->tgoal.iu && !tp->tgoal.qas) {2111 tp->tgoal.period = per;[all …]
409 struct sym_trans tgoal; member