Lines Matching refs:QueryCnt
872 if( !pACB->QueryCnt ) in dc390_Query_append()
878 pACB->QueryCnt++; in dc390_Query_append()
895 pACB->QueryCnt--; in dc390_Query_get()
1184 while (pACB->QueryCnt) in dc390_Query_to_Waiting()
1316 if( pACB->QueryCnt ) /* Unsent commands ? */ in DC390_queue_command()
1559 if( pACB->QueryCnt ) in DC390_abort()
1568 pACB->QueryCnt--; in DC390_abort()
1572 for( count = pACB->QueryCnt, i=0; i<count-1; i++) in DC390_abort()
1579 pACB->QueryCnt--; in DC390_abort()
2048 pACB->QueryCnt = 0; in dc390_initACB()
2938 SPRINTF ("Commands in Queues: Query: %li:", pACB->QueryCnt); in DC390_proc_info()