Home
last modified time | relevance | path

Searched refs:tgoal (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/scsi/sym53c8xx_2/
Dsym_glue.c865 tp->tgoal.check_nego = 1; in sym53c8xx_slave_destroy()
942 tp->tgoal.iu = tp->tgoal.dt = in sym_exec_user_command()
943 tp->tgoal.qas = 0; in sym_exec_user_command()
944 tp->tgoal.offset = 0; in sym_exec_user_command()
948 tp->tgoal.iu = tp->tgoal.dt = in sym_exec_user_command()
949 tp->tgoal.qas = 1; in sym_exec_user_command()
950 tp->tgoal.width = 1; in sym_exec_user_command()
951 tp->tgoal.period = uc->data; in sym_exec_user_command()
952 tp->tgoal.offset = np->maxoffs_dt; in sym_exec_user_command()
956 tp->tgoal.iu = tp->tgoal.dt = in sym_exec_user_command()
[all …]
Dsym_hipd.c1423 struct sym_trans *goal = &tp->tgoal;
2083 tp->tgoal.renego = NS_WIDE;
2085 tp->tgoal.renego = 0;
2086 tp->tgoal.check_nego = 0;
2087 tp->tgoal.width = wide;
2114 tp->tgoal.renego = NS_WIDE;
2116 tp->tgoal.renego = NS_SYNC;
2118 tp->tgoal.renego = 0;
2123 if (!tp->tgoal.dt && !tp->tgoal.iu && !tp->tgoal.qas) {
2124 tp->tgoal.period = per;
[all …]
Dsym_hipd.h422 struct sym_trans tgoal; member