Searched refs:req_depth (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dvmw_pvscsi.c82 unsigned req_depth; member in struct:pvscsi_adapter
153 end = &adapter->cmd_map[adapter->req_depth];
409 adapter->req_depth = adapter->req_pages
768 for (i = 0; i < adapter->req_depth; i++) {
1069 for (i = 0; i < adapter->req_depth; ++i, ++ctx)
1161 for (i = 0; i < adapter->req_depth; ++i, ++ctx) {
1278 adapter->cmd_map = kcalloc(adapter->req_depth,
1287 for (i = 0; i < adapter->req_depth; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptbase.c880 ioc->req_depth);
884 ioc->mfcnt, ioc->req_depth);
1133 if (reqBytes >= 12 && ii >= 0 && ii < ioc->req_depth) {
2652 sz = (ioc->req_depth * MPT_SENSE_BUFFER_ALLOC);
3117 ioc->req_depth = min_t(int, MPT_MAX_REQ_DEPTH, facts->GlobalCredits);
3123 dinitprintk(ioc, printk(MYIOC_s_DEBUG_FMT "req_sz =%3d, req_depth =%4d\n",
3124 ioc->name, ioc->req_sz, ioc->req_depth));
4223 /* ReqToChain size must equal the req_depth
4227 sz = ioc->req_depth * sizeof(int);
4243 for (ii = 0; ii < ioc->req_depth; i
[all...]
H A Dmptscsih.c1036 for (ii= 0; ii < ioc->req_depth; ii++) {
1084 for (ii = 0; ii < ioc->req_depth; ii++) {
1186 sz1 = ioc->req_depth * sizeof(void *);
1341 mptscsih_copy_info(&info, "MaxQ=%d\n", ioc->req_depth);
2631 for (i = 0; i < ioc->req_depth; i++) {
H A Dmptbase.h622 int req_depth; /* Number of request frames */ member in struct:_MPT_ADAPTER
H A Dmptfc.c1302 * (with size equal to req_depth*PtrSz!)
1304 ioc->ScsiLookup = kcalloc(ioc->req_depth, sizeof(void *), GFP_ATOMIC);
H A Dmptspi.c1474 * (with size equal to req_depth*PtrSz!)
1476 ioc->ScsiLookup = kcalloc(ioc->req_depth, sizeof(void *), GFP_ATOMIC);
H A Dmptsas.c4854 for (ii = 0; ii < ioc->req_depth; ii++) {
5192 sh->can_queue = min_t(int, ioc->req_depth - 10, sh->can_queue);
5239 * (with size equal to req_depth*PtrSz!)
5241 ioc->ScsiLookup = kcalloc(ioc->req_depth, sizeof(void *), GFP_ATOMIC);

Completed in 127 milliseconds