Searched refs:max_outstanding (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dhpsa.h67 int max_outstanding; /* Debug */ member in struct:ctlr_info
212 if (h->commands_outstanding > h->max_outstanding)
213 h->max_outstanding = h->commands_outstanding;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dcciss.h74 int max_outstanding; /* Debug */ member in struct:ctlr_info
222 if ( h->commands_outstanding > h->max_outstanding)
223 h->max_outstanding = h->commands_outstanding;
H A Dcciss.c418 h->maxQsinceinit, h->max_outstanding, h->maxSG);

Completed in 122 milliseconds