Searched refs:syncnum (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dnsp32.c2248 int syncnum; local
2253 syncnum = data->syncnum;
2381 if (target->limit_entry >= data->syncnum) {
2382 nsp32_msg(KERN_ERR, "limit_entry exceeds syncnum!");
2386 for (i = target->limit_entry; i < data->syncnum; i++) {
2397 if (i == data->syncnum) {
2625 data->syncnum = ARRAY_SIZE(nsp32_sync_table_40M);
2630 data->syncnum = ARRAY_SIZE(nsp32_sync_table_20M);
2635 data->syncnum
[all...]
H A Dnsp32.h595 int syncnum; /* the max number of synct element */ member in struct:_nsp32_hw_data

Completed in 100 milliseconds