Searched refs:max_requests (Results 1 – 11 of 11) sorted by relevance
/linux-3.4.99/drivers/scsi/ibmvscsi/ |
D | ibmvscsi.h | 117 int max_requests); 120 int max_requests);
|
D | rpa_vscsi.c | 73 int max_requests) in rpavscsi_release_crq_queue() argument 246 int max_requests) in rpavscsi_init_crq_queue() argument
|
D | ibmvscsi.c | 92 static int max_requests = IBMVSCSI_MAX_REQUESTS_DEFAULT; variable 114 module_param_named(max_requests, max_requests, int, S_IRUGO); 115 MODULE_PARM_DESC(max_requests, "Maximum requests for this adapter"); 2080 driver_template.can_queue = max_requests; in ibmvscsi_module_init() 2081 max_events = max_requests + 2; in ibmvscsi_module_init()
|
D | ibmvfc.c | 51 static unsigned int max_requests = IBMVFC_MAX_REQUESTS_DEFAULT; variable 71 module_param_named(max_requests, max_requests, uint, S_IRUGO); 72 MODULE_PARM_DESC(max_requests, "Maximum requests for this adapter. " 1185 login_info->max_cmds = max_requests + IBMVFC_NUM_INTERNAL_REQ; in ibmvfc_set_login_info() 1210 pool->size = max_requests + IBMVFC_NUM_INTERNAL_REQ; in ibmvfc_init_event_pool() 4720 shost->can_queue = max_requests; in ibmvfc_probe() 4874 unsigned long pool_dma = max_requests * sizeof(union ibmvfc_iu); in ibmvfc_get_desired_dma()
|
/linux-3.4.99/drivers/scsi/ |
D | hptiop.c | 874 if (queue_depth > hba->max_requests) in hptiop_adjust_disk_queue_depth() 875 queue_depth = hba->max_requests; in hptiop_adjust_disk_queue_depth() 1042 hba->max_requests = min(le32_to_cpu(iop_config.max_requests), in hptiop_probe() 1058 host->can_queue = le32_to_cpu(iop_config.max_requests); in hptiop_probe() 1059 host->cmd_per_lun = le32_to_cpu(iop_config.max_requests); in hptiop_probe() 1089 dprintk("req_size=%d, max_requests=%d\n", req_size, hba->max_requests); in hptiop_probe() 1093 hba->req_size*hba->max_requests + 0x20, in hptiop_probe() 1113 for (i = 0; i < hba->max_requests; i++) { in hptiop_probe() 1141 hba->req_size * hba->max_requests + 0x20, in hptiop_probe() 1213 hba->req_size * hba->max_requests + 0x20, in hptiop_remove()
|
D | hptiop.h | 146 __le32 max_requests; member 249 u32 max_requests; member
|
/linux-3.4.99/drivers/pci/ |
D | ats.c | 192 u32 max_requests; in pci_enable_pri() local 205 pci_read_config_dword(pdev, pos + PCI_PRI_MAX_REQ, &max_requests); in pci_enable_pri() 206 reqs = min(max_requests, reqs); in pci_enable_pri()
|
/linux-3.4.99/net/sunrpc/xprtrdma/ |
D | verbs.c | 653 if (cdata->max_requests > devattr.max_qp_wr) in rpcrdma_ep_create() 654 cdata->max_requests = devattr.max_qp_wr; in rpcrdma_ep_create() 660 ep->rep_attr.cap.max_send_wr = cdata->max_requests; in rpcrdma_ep_create() 674 cdata->max_requests = devattr.max_qp_wr / 7; in rpcrdma_ep_create() 675 if (!cdata->max_requests) in rpcrdma_ep_create() 677 ep->rep_attr.cap.max_send_wr = cdata->max_requests * 7; in rpcrdma_ep_create() 691 ep->rep_attr.cap.max_recv_wr = cdata->max_requests; in rpcrdma_ep_create() 974 buf->rb_max_requests = cdata->max_requests; in rpcrdma_buffer_create()
|
D | xprt_rdma.h | 229 unsigned int max_requests; /* max requests (slots) in flight */ member
|
D | transport.c | 327 cdata.max_requests = xprt->max_reqs; in xprt_setup_rdma()
|
/linux-3.4.99/Documentation/ |
D | dynamic-debug-howto.txt | 55 …1.4/default/net/sunrpc/svc_rdma.c:338 [svcxprt_rdma]svc_rdma_init - "\011max_requests : %d\012"
|