Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
Dsym_glue.c1481 if (uc->data <= 9 && np->minsync_dt && in sym_exec_user_command()
1483 if (uc->data < np->minsync_dt) in sym_exec_user_command()
1484 uc->data = np->minsync_dt; in sym_exec_user_command()
1792 (int) (np->minsync_dt ? np->minsync_dt : np->minsync), in sym_host_info()
1794 np->minsync_dt ? ", DT capable" : ""); in sym_host_info()
Dsym_hipd.h1024 u_char minsync_dt; /* Min sync period factor (DT) */ member
Dsym_hipd.c829 np->minsync_dt = 9;
4145 if (per < np->minsync_dt)
4146 {chg = 1; per = np->minsync_dt;}