Home
last modified time | relevance | path

Searched refs:minsync_dt (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c926 } else if (uc->data <= 9 && np->minsync_dt) { in sym_exec_user_command()
927 if (uc->data < np->minsync_dt) in sym_exec_user_command()
928 uc->data = np->minsync_dt; in sym_exec_user_command()
1171 (int) (np->minsync_dt ? np->minsync_dt : np->minsync), in sym_show_info()
1173 np->minsync_dt ? ", DT capable" : ""); in sym_show_info()
H A Dsym_hipd.h917 u_char minsync_dt; /* Min sync period factor (DT) */ member
H A Dsym_hipd.c757 np->minsync_dt = 9;
1384 if (goal->period < np->minsync_dt)
1385 goal->period = np->minsync_dt;
4099 unsigned char minsync = dt ? np->minsync_dt : np->minsync;
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c921 } else if (uc->data <= 9 && np->minsync_dt) { in sym_exec_user_command()
922 if (uc->data < np->minsync_dt) in sym_exec_user_command()
923 uc->data = np->minsync_dt; in sym_exec_user_command()
1166 (int) (np->minsync_dt ? np->minsync_dt : np->minsync), in sym_show_info()
1168 np->minsync_dt ? ", DT capable" : ""); in sym_show_info()
H A Dsym_hipd.h917 u_char minsync_dt; /* Min sync period factor (DT) */ member
H A Dsym_hipd.c757 np->minsync_dt = 9;
1384 if (goal->period < np->minsync_dt)
1385 goal->period = np->minsync_dt;
4099 unsigned char minsync = dt ? np->minsync_dt : np->minsync;

Completed in 25 milliseconds