Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
DFlashPoint.c2306 extern UCHAR debug_index[MAX_CARDS];
2698 debug_index[i] = 0; in SccbMgr_sense_adapter()
3307 debug_index[i] = 0; in probe_adapter()
5346 debug_int[p_card][debug_index[p_card]] = p_bug_data; in Debug_Load()
5347 debug_index[p_card]++; in Debug_Load()
5349 if (debug_index[p_card] == debug_size) in Debug_Load()
5351 debug_index[p_card] = 0; in Debug_Load()
5424 UCHAR debug_index[MAX_CARDS] = { 0 }; variable