Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
Dnsp32.c2226 int syncnum; in nsp32_analyze_sdtr() local
2231 syncnum = data->syncnum; in nsp32_analyze_sdtr()
2359 if (target->limit_entry >= data->syncnum) { in nsp32_search_period_entry()
2364 for (i = target->limit_entry; i < data->syncnum; i++) { in nsp32_search_period_entry()
2375 if (i == data->syncnum) { in nsp32_search_period_entry()
2602 data->syncnum = ARRAY_SIZE(nsp32_sync_table_40M); in nsp32_detect()
2607 data->syncnum = ARRAY_SIZE(nsp32_sync_table_20M); in nsp32_detect()
2612 data->syncnum = ARRAY_SIZE(nsp32_sync_table_pci); in nsp32_detect()
2620 data->syncnum = ARRAY_SIZE(nsp32_sync_table_40M); in nsp32_detect()
Dnsp32.h586 int syncnum; /* the max number of synct element */ member