Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/block/
Dcciss.h57 int commands_outstanding; member
164 h->commands_outstanding++; in SA5_submit_command()
165 if ( h->commands_outstanding > h->max_outstanding) in SA5_submit_command()
166 h->max_outstanding = h->commands_outstanding; in SA5_submit_command()
211 if( h->commands_outstanding >= h->max_commands) in SA5_fifo_full()
227 h->commands_outstanding--; in SA5_completed()
Dcciss.c282 h->Qdepth, h->commands_outstanding, in cciss_proc_get_info()
796 if (c->commands_outstanding > 0 ) { in cciss_ioctl()