Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/sym53c8xx_2/
Dsym_glue.c841 tp->tgoal.check_nego = 1; in sym53c8xx_slave_destroy()
918 tp->tgoal.iu = tp->tgoal.dt = in sym_exec_user_command()
919 tp->tgoal.qas = 0; in sym_exec_user_command()
920 tp->tgoal.offset = 0; in sym_exec_user_command()
924 tp->tgoal.iu = tp->tgoal.dt = in sym_exec_user_command()
925 tp->tgoal.qas = 1; in sym_exec_user_command()
926 tp->tgoal.width = 1; in sym_exec_user_command()
927 tp->tgoal.period = uc->data; in sym_exec_user_command()
928 tp->tgoal.offset = np->maxoffs_dt; in sym_exec_user_command()
932 tp->tgoal.iu = tp->tgoal.dt = in sym_exec_user_command()
[all …]
Dsym_hipd.c1410 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 …]
Dsym_hipd.h409 struct sym_trans tgoal; member