Searched defs:syncnum (Results 1 - 2 of 2) sorted by last modified time

/drivers/scsi/
H A Dnsp32.c2242 int syncnum; local
2247 syncnum = data->syncnum;
2375 if (target->limit_entry >= data->syncnum) {
2376 nsp32_msg(KERN_ERR, "limit_entry exceeds syncnum!");
2380 for (i = target->limit_entry; i < data->syncnum; i++) {
2391 if (i == data->syncnum) {
2619 data->syncnum = ARRAY_SIZE(nsp32_sync_table_40M);
2624 data->syncnum = ARRAY_SIZE(nsp32_sync_table_20M);
2629 data->syncnum
[all...]
H A Dnsp32.h595 int syncnum; /* the max number of synct element */ member in struct:_nsp32_hw_data

Completed in 65 milliseconds