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

/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
770 for (i = 0; i < adapter->req_depth; i++) {
1071 for (i = 0; i < adapter->req_depth; ++i, ++ctx)
1163 for (i = 0; i < adapter->req_depth; ++i, ++ctx) {
1343 adapter->cmd_map = kcalloc(adapter->req_depth,
1352 for (i = 0; i < adapter->req_depth; i++) {
/drivers/message/fusion/
H A Dmptbase.c940 ioc->req_depth);
944 ioc->mfcnt, ioc->req_depth);
1205 if (reqBytes >= 12 && ii >= 0 && ii < ioc->req_depth) {
2731 sz = (ioc->req_depth * MPT_SENSE_BUFFER_ALLOC);
3211 ioc->req_depth = min_t(int, MPT_MAX_REQ_DEPTH, facts->GlobalCredits);
3217 dinitprintk(ioc, printk(MYIOC_s_DEBUG_FMT "req_sz =%3d, req_depth =%4d\n",
3218 ioc->name, ioc->req_sz, ioc->req_depth));
4321 /* ReqToChain size must equal the req_depth
4325 sz = ioc->req_depth * sizeof(int);
4341 for (ii = 0; ii < ioc->req_depth; i
[all...]
H A Dmptscsih.c1037 for (ii= 0; ii < ioc->req_depth; ii++) {
1086 for (ii = 0; ii < ioc->req_depth; ii++) {
1188 sz1 = ioc->req_depth * sizeof(void *);
1343 mptscsih_copy_info(&info, "MaxQ=%d\n", ioc->req_depth);
2637 for (i = 0; i < ioc->req_depth; i++) {
H A Dmptbase.h660 int req_depth; /* Number of request frames */ member in struct:_MPT_ADAPTER
H A Dmptfc.c1303 * (with size equal to req_depth*PtrSz!)
1305 ioc->ScsiLookup = kcalloc(ioc->req_depth, sizeof(void *), GFP_ATOMIC);
H A Dmptspi.c1498 * (with size equal to req_depth*PtrSz!)
1500 ioc->ScsiLookup = kcalloc(ioc->req_depth, sizeof(void *), GFP_ATOMIC);
H A Dmptsas.c4877 for (ii = 0; ii < ioc->req_depth; ii++) {
5217 sh->can_queue = min_t(int, ioc->req_depth - 10, sh->can_queue);
5279 * (with size equal to req_depth*PtrSz!)
5281 ioc->ScsiLookup = kcalloc(ioc->req_depth, sizeof(void *), GFP_ATOMIC);

Completed in 86 milliseconds