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

/linux-4.4.14/drivers/scsi/
H A Dnsp32.c2238 int syncnum; nsp32_analyze_sdtr() local
2243 syncnum = data->syncnum; nsp32_analyze_sdtr()
2371 if (target->limit_entry >= data->syncnum) { nsp32_search_period_entry()
2372 nsp32_msg(KERN_ERR, "limit_entry exceeds syncnum!"); nsp32_search_period_entry()
2376 for (i = target->limit_entry; i < data->syncnum; i++) { nsp32_search_period_entry()
2387 if (i == data->syncnum) { nsp32_search_period_entry()
2615 data->syncnum = ARRAY_SIZE(nsp32_sync_table_40M); nsp32_detect()
2620 data->syncnum = ARRAY_SIZE(nsp32_sync_table_20M); nsp32_detect()
2625 data->syncnum = ARRAY_SIZE(nsp32_sync_table_pci); nsp32_detect()
2633 data->syncnum = ARRAY_SIZE(nsp32_sync_table_40M); nsp32_detect()
H A Dnsp32.h595 int syncnum; /* the max number of synct element */ member in struct:_nsp32_hw_data

Completed in 92 milliseconds