Home
last modified time | relevance | path

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

/linux/drivers/scsi/sym53c8xx_2/
H A 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 …]
H A Dsym_hipd.h409 struct sym_trans tgoal; member