Searched refs:maxQsinceinit (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/block/
H A Dcpqarray.h113 unsigned int maxQsinceinit; member in struct:ctlr_info
H A Dcciss.h93 unsigned int maxQsinceinit; member in struct:ctlr_info
H A Dcpqarray.c259 h->Qdepth, h->maxQsinceinit);
946 if (h->Qdepth > h->maxQsinceinit)
947 h->maxQsinceinit = h->Qdepth;
H A Dcciss.c290 h->maxQsinceinit, h->max_outstanding, h->maxSG);
2356 if (h->Qdepth > h->maxQsinceinit)
2357 h->maxQsinceinit = h->Qdepth;
2633 if (h->Qdepth > h->maxQsinceinit)
2634 h->maxQsinceinit = h->Qdepth;

Completed in 102 milliseconds